Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.21 KB

File metadata and controls

32 lines (23 loc) · 1.21 KB
title author legacyId
Group Grid Rows
Alexey Zolotarev
4563

Group Grid Rows

Group Data

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

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

    EU_XtraGrid_GridView_group_data

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

    EUD_GridControl_GroupDataViaColumnMenu

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:

    EU_XtraGrid_GridView_ungroup_data

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

    EU_XtraGrid_GridView_ColumnHeaderMenu_in_grouppanel

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

EUD_GridControl_ClearGroupingViaGroupPanelMenu

Change Group Order

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

EU_XtraGrid_GridView_regroup_data