Collapse/Expand all in GridGroupingControl

Hi, is there a way to collapse/expand all childrows at once with a single command ?? thanks, Oliver

1 Reply

AD Administrator Syncfusion Team December 6, 2004 11:07 AM UTC

Try: this.grd.Table.ExpandAllRecords(); this.grd.Table.CollapseAllRecords(); this.grd.Table.ExpandAllGroups(); this.grd.Table.CollapseAllGroups();

Loader.
Up arrow icon