I want to display information in drilldown format using Infragistics wingrid.
I want to display output as shown below. Note that Row 0, Row1 and Row 2 are parent rows. User can expand these rows and upon expansion correponding child rows gets displayed.
Now the child row columns are not consistent across the band and this datatable needs to be created at runtime and assign to child band.
I want to persist the childrow information as well. For e.g. if I expand Row 0 then it should display Column A and ColumnB. Then after if I expand Row 1, it should display Columns C,D, E, without changing layout of of Row 0 child columns.
Row 0
ColumnA
Column B
Row 1
Column C
Column D
Column E
Row 2
Column M
You might be better off using the column capabilities of an ultrawintree because it can support non-homogeneous layouts.
Nick
Thanks for the suggestion Nick, but I want to implement it using ulraGrid. If its a limitation to the control itself [which I dont think so], I will look for other options.
Further, Row 1, 2 ,3 will have its own column information as well, so how will it be possible to display multiple columns in these rows using ultraWinTree control?
Please find below updated layout information. Thanks again.