New to Telerik UI for WinForms? Download free 30-day trial

Grouping

The end-user can drag column headings to the grouping panel at the top of the grid to group by the column:

WinForms RadGridView Drag Column

To un-group, click the close button of the group header button:

WinForms RadGridView Remove Group

The user can also right-click a column and select Group by this Column from the context menu:

WinForms RadGridView Column ContextMenu Group

Multiple levels of grouping can be created by dragging additional column names to the grouping panel. Column names can be rearranged within the panel by dragging. In the screenshot below the top level grouping is by CategoryID and the second by ProductName.

WinForms RadGridView Multi Level Group

Multiple groups can be created on the same level as shown in the example below:

WinForms RadGridView Multi Level Group Same Level

See Also

In this article