HI,
My requirement is to display a hierarchical grid (I will call it as parent grid) with dynamic column( Adding column at runtime ), when user drill down first row, then we are suppose to display similar grid(with no drill down) with dynamic columns.
Problem is: First parent grid is displaying it correctly, when user tries to drill down first row (any row), child grid is getting display correctly but parent grid data is not getting persist .
We are Ajaxifying the grid.
We are using onNeedDatasource event for Parent Grid.
we are using DetailsTableDatabind event for child grid.
Any help on this will be appreciated.
Thanks,