Skip to main content
A newer version of this page is available. .

Grouping

Group Data

To group by a column, do one of the following:

  • Drag a column header from the column header panel to the Group Panel.

    DXGrid_Grouping_ani

  • Right-click a column header and select Group By This Column from the context menu:

    GroupByColumn

Ungroup Data

To ungroup data by a grouping column, do one of the following:

  • Drag a column header from the group panel to the column header panel.

    DXGrid_Ungrouping_ani

  • Right-click a grouping column’s header and select UnGroup from the context menu.

To remove grouping by all columns, right click the group panel and select Clear Grouping from the context menu:

ClearGrouping

Change Group Order

To change the group order, move a grouping column header to another position within the group panel:

DXGrid_ReorderGroupColumns

See Also