HA
haneefm
Syncfusion Team
September 25, 2007 04:05 PM UTC
Hi Sincy,
Essential Grids GridGroupingControl supports grouping of data at design time. The Grouping Browser sample uses a flat dataset that has been created with the designer. The GroupDropArea can be added by setting the ‘ShowGroupDropArea’ property to true. The data can be grouped by a given column by specifying the column name in the ‘TableDescriptor.GroupedColumns’ property.
[C#]
this.grid.TableDescriptor.GroupedColumns.Add("columnName");
Please refer to the "Grouping" category browser sample for implementation.
\Syncfusion\EssentialStudio\5.1.1.0\Windows\Grid.Grouping.Windows\Samples\2.0\Grouping\Grouping
Best regards,
Haneef