Hello,
I have a RadGrid with a ASP:Image in it, i would like to set the image url, i have it stored as a string in the Datasource of the Radgrid. But i can not seem to figure out how to get this value back. This is what i have so far :
<telerik:GridTemplateColumn UniqueName="TemplateColumn">
<ItemTemplate>
<asp:Image ID="Image1" ImageUrl="<% = %>" runat="server" />
</ItemTemplate>
</telerik:GridTemplateColumn>
All i need is the javascript code that goes in the <%= %> that returns the value of the Datasource field "pad".
Thanks in advance,
Niels ter Horst