Dear All!
I have a question. How can I do programatically (for example in Page_Load) and add to the RadGrid as a column the following GridTemplateColumn:
<telerik:GridTemplateColumn UniqueName="TemplatedID">
I have a question. How can I do programatically (for example in Page_Load) and add to the RadGrid as a column the following GridTemplateColumn:
<telerik:GridTemplateColumn UniqueName="TemplatedID">
<HeaderTemplate>
<asp:Label runat="server" ID="lblIDHeader" Text="ID" />
</HeaderTemplate>
<ItemTemplate>
<asp:Label runat="server" ID="lblID" />
</ItemTemplate>
</telerik:GridTemplateColumn>
many thanks,
Gábor
<asp:Label runat="server" ID="lblIDHeader" Text="ID" />
</HeaderTemplate>
<ItemTemplate>
<asp:Label runat="server" ID="lblID" />
</ItemTemplate>
</telerik:GridTemplateColumn>
many thanks,
Gábor