Hi all,
I'm working with Telerik Web UI 2014.2.724.45
My Master Grid has some Sub Grids, but the Expand/Collapse button not show even though the Sub Grids have values
I used IE Developer Tool to view HTML source and found that the "<tr>" has inline style "display: none;" I remove this style then the Sub Grids appears.
Also, as I observed, the Sub Grids have Expand/Collapse button for their Sub Grids (level2). (see attachment)
---------------------------------------------------------------------
PrintableRadGrid inherits RadGrid
<trstk:PrintableRadGrid id="ListRadGrid" AutoGenerateHierarchy="false" AutoGenerateColumns = "false"
AllowPaging="true" OnItemCreated="ListRadGrid_ItemCreated" OnNeedDataSource="ListRadGrid_NeedDataSource"
OnDetailTableDataBind="ListRadGrid_DetailTableDataBind" runat="server" Visible="false">
<MasterTableView NoDetailRecordsText="No records to Display" HierarchyLoadMode="Client"
PageSize="10" AllowCustomPaging="true" AutoGenerateColumns="false" TableLayout="Auto">
</MasterTableView>
<PagerStyle AlwaysVisible="true" />
</trstk:PrintableRadGrid>
Please help.
I'm working with Telerik Web UI 2014.2.724.45
My Master Grid has some Sub Grids, but the Expand/Collapse button not show even though the Sub Grids have values
I used IE Developer Tool to view HTML source and found that the "<tr>" has inline style "display: none;" I remove this style then the Sub Grids appears.
Also, as I observed, the Sub Grids have Expand/Collapse button for their Sub Grids (level2). (see attachment)
---------------------------------------------------------------------
PrintableRadGrid inherits RadGrid
<trstk:PrintableRadGrid id="ListRadGrid" AutoGenerateHierarchy="false" AutoGenerateColumns = "false"
AllowPaging="true" OnItemCreated="ListRadGrid_ItemCreated" OnNeedDataSource="ListRadGrid_NeedDataSource"
OnDetailTableDataBind="ListRadGrid_DetailTableDataBind" runat="server" Visible="false">
<MasterTableView NoDetailRecordsText="No records to Display" HierarchyLoadMode="Client"
PageSize="10" AllowCustomPaging="true" AutoGenerateColumns="false" TableLayout="Auto">
</MasterTableView>
<PagerStyle AlwaysVisible="true" />
</trstk:PrintableRadGrid>
Please help.