I have a master grid that has two detail grids that show for each row. I would like to be able to collapse or expand them individually.
The datasource is a dataset with three tables.
The first table is the Master List. and is what the grid is set to show.
The second table has a relation to the first based on a three columns
The third table has a relation to the first based on the same columns but is showing different data.
Right now I have both of the detail grids attached to the Master grid. When I show a row on the grid BOTH of the detail grids are visible. this is fine, but I need to be able to collapse one or the other detail grids. There is only a single ‘+’ by the Master row.
How is this done?
Thanks
Brian
Imported from legacy forums. Posted by Brian (had 1250 views)