How to group a GridGroupingControl programmatically

Hi, I am using the GridGroupingControl for two weeks now for custom data and I have to group it before displaying. But how?

1 Reply

AD Administrator Syncfusion Team November 29, 2006 04:58 AM UTC

Hi Markus,

To programmitically group by a column, you add the column to the GroupedColumns collection.

this.gridGroupingControl1.TableDescriptor.GroupedColumns.Add("Col2");

Please refer to the Eval center link for more details.
http://www.syncfusion.com/support/evalcenter/default.aspx?cNode=5

Best Regards,
Haneef

Loader.
Up arrow icon