Hi support,
I did a bunch of searches, but I can't find anything related to having multiple NestedViewTemplates in a hierachical grid. I wonder if it is possible. That is, I would like to show a tab at each level in the hierarchy. That is, it should look like the below
When, I attempt to do this everything gets hidden after the first nestedviewtemplate is shown.
Is it possible? Am I doing something wrong?
Josh
I did a bunch of searches, but I can't find anything related to having multiple NestedViewTemplates in a hierachical grid. I wonder if it is possible. That is, I would like to show a tab at each level in the hierarchy. That is, it should look like the below
| <telerik:RadGrid> |
| <PagerStyle |
| <MasterTableView "> |
| <Columns> |
| <telerik:GridBoundColumn> |
| </telerik:GridBoundColumn> |
| <telerik:GridBoundColumn> |
| </telerik:GridBoundColumn> |
| </Columns> |
| <NestedViewTemplate> |
| </NestedViewTemplate> |
| <DetailTables> |
| <telerik:GridTableView> |
| <Columns> |
| <telerik:GridBoundColumn> |
| </telerik:GridBoundColumn> |
| <telerik:GridBoundColumn> |
| </telerik:GridBoundColumn> |
| <telerik:GridBoundColumn> |
| </telerik:GridBoundColumn> |
| </Columns> |
| <NestedViewTemplate> |
| </NestedViewTemplate> |
| <DetailTables> |
| <telerik:GridTableView> |
| <Columns> |
| <telerik:GridBoundColumn> |
| </telerik:GridBoundColumn> |
| <telerik:GridBoundColumn> |
| </telerik:GridBoundColumn> |
| <telerik:GridBoundColumn> |
| </telerik:GridBoundColumn> |
| </Columns> |
| <NestedViewTemplate> |
| </NestedViewTemplate> |
| </telerik:GridTableView> |
| </DetailTables> |
| </telerik:GridTableView> |
| </DetailTables> |
| </MasterTableView> |
| </telerik:RadGrid> |
Is it possible? Am I doing something wrong?
Josh