Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Drilldown information using wingrid
posted

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 B

Column M