RadDataGrid exposes Grouping UI and also allows programmatic approach for grouping. This can be achieved by using the RadDataGrid.GroupDescriptors property and adding GroupDescriptors.
Important |
---|
Each GroupDescriptor adds a new level of grouping.
|
RadDataGrid provides two ways of grouping:
Important |
---|
The Grouping UI is enabled by desing. You can enable/disable it through the RadDataGrid.UserGroupMode property.
|