Hi Friends;
In the code below i would like to set up the the Hyperlink Link1.NavigateUrl to largeImage.ImageUrl...which would allow me to show larger images...How can I achive this when using them in template column.
Thank You
<telerik:GridTemplateColumn DataField="Data" HeaderText="Image" UniqueName="Upload" EditFormColumnIndex ="2" Visible="false">
<EditItemTemplate>
<asp:DataList runat="server" ID="AttachmentRepeater" RepeatDirection="Horizontal" EnableViewState="false" DataSourceID="PhotoDataSource">
<ItemTemplate>
<asp:HyperLink ID="Link1" runat="server" Target="_blank">
...
Go to the complete details ...