Group Area

The C1GridView supports data grouping against one or more columns.

The column will be grouped if the GroupInfo.Position property is set to a value other than None.

End-user grouping is allowed if the following properties are set to True:

  • ShowGroupArea - to show the group area.
  • AllowColMoving - to allow end-users to drag columns.

End-users can group data by dragging column headers to the Group Area. Set the AllowSort property to True and use sorting to make sure that identical data values will be placed within the single group section.