Hi,
I want to create a template column with an image, like in this example:
I want to create a template column with an image, like in this example:
<telerik:GridTemplateColumn
HeaderText="test" HeaderStyle-Width="50px" ItemStyle-Width="16px"
UniqueName="test" AllowFiltering="false">
<ItemTemplate>
<asp:Image ID="StatusImage" runat="server" Width="16px" Height="16px"/>
</ItemTemplate>
but I want to create it on server side.
How can I do that?
Thanks.
</telerik:GridTemplateColumn>