Expand Multiple Nested Tables

How to expand the records and show the relationship in a nested gridgroupingcontrol (Multiple Nested Tables) Without the user click on the sign of expansion?

I want to load gridgroupingcontrol of how the figure is attached.





windows-forms-HierRecordWithMultipleRelat_d64969d4.png

1 Reply

JJ Jisha Joy Syncfusion Team May 15, 2009 05:15 AM UTC

Hi Nabia,

You can call the Table.ExpandAllRecords() method of GridGroupingControl to expands all records in the top-level group and all nested groups.


this.gridGroupingControl1.Table.ExpandAllRecords();

Thank you for using Syncfusion products.

Regards,
Jisha


Loader.
Up arrow icon