This is a migrated thread and some comments may be shown as answers.

Nested GridView using RowDetails

1 Answer 208 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Maurice
Top achievements
Rank 1
Maurice asked on 10 Jun 2019, 11:24 PM

Hi,

 

Is there an existing implementation or some pointers on the best approach to achieve n levels of nested grids? 

 - I do not want to use the hierarchical grids as I want to be able to customise the row details template and make the nested grids quite minimal

 - I cannot seem to find the correct events to load a Grid into the row details using an pre-defined template

 - I would like to implement it from a behavior, thus far I can get the first level of nesting to occur fine, but I am unable to access the Grid object from the row details so I can re-bind the same events in a recursive manner.

 

Thanks,
Maurice

1 Answer, 1 is accepted

Sort by
0
Maurice
Top achievements
Rank 1
answered on 11 Jun 2019, 11:42 PM

I managed to achieve what I need using a hierarchical gridview approach with some template modifications and a behavior to synchronise the column widths across all grids so I could remove headers of the nested grids.

 

Thanks,
Maurice

Tags
GridView
Asked by
Maurice
Top achievements
Rank 1
Answers by
Maurice
Top achievements
Rank 1
Share this question
or