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