Hi,
we would like to have a simple hierarchical GridView with sub grid that is shown after expanding a row, as usual.
The catch is that we want the subgrid in row details to be sharing the same column headers (i.e. columns) with the original parent grid, since the data in the parent and child grids is of same structure. That way we save on introducing another header showing same column headers and the UI becomes cleaner and easier to understand.
Note that functionality like resizing columns should still be working, i.e. resizing both main and sub grids. We are not that concerned about grouping, but I suppose it would be nice for it to still work on the parent grid at least.
What is the best way of implementing this?
Thanks,
Stevo
we would like to have a simple hierarchical GridView with sub grid that is shown after expanding a row, as usual.
The catch is that we want the subgrid in row details to be sharing the same column headers (i.e. columns) with the original parent grid, since the data in the parent and child grids is of same structure. That way we save on introducing another header showing same column headers and the UI becomes cleaner and easier to understand.
Note that functionality like resizing columns should still be working, i.e. resizing both main and sub grids. We are not that concerned about grouping, but I suppose it would be nice for it to still work on the parent grid at least.
What is the best way of implementing this?
Thanks,
Stevo