Hi all.
I have a question, Im currently working with radGrid and I need create hierarchy with this controls, but I need get data source from code-behind. In my first radgrid I can get data from code-behind but I can't see the another radgrid in code.
I declared my two controls by this way:
How can I do these?
Thank you for your attention!!
I have a question, Im currently working with radGrid and I need create hierarchy with this controls, but I need get data source from code-behind. In my first radgrid I can get data from code-behind but I can't see the another radgrid in code.
I declared my two controls by this way:
<telerik:RadGrid ID="grdCompCliente" runat="server" Width="100%" Height="100px" OnItemDataBound="grdCompCliente_ItemDataBound1" AutoGenerateColumns ="false" ShowGroupPanel="true"> <MasterTableView AllowMultiColumnSorting="True" > <NestedViewTemplate> <asp:Panel runat="server" ID="InnerContainer" Visible="false"> <telerik:RadGrid runat="server" ID="ID_Subasta" > <MasterTableView> <Columns> <telerik:GridBoundColumn DataField="Id" HeaderText="ID"> </telerik:GridBoundColumn> </Columns> </MasterTableView> </telerik:RadGrid> </asp:Panel> </NestedViewTemplate> </MasterTableView> </telerik:RadGrid>How can I do these?
Thank you for your attention!!