ComponentOne ASP.NET MVC Controls
Grouping
Working with Controls > FlexGrid > Work with FlexGrid > Grouping

Grouping refers to combining rows based on column values. When grouping is applied to a grid, it automatically sorts the data, splits it into groups, and adds collapsible group rows above or below each group. It supports grouping data in the following ways.

Grouping at Runtime
Learn how to group data at runtime using group panel.
Grouping through Code
Learn how to enable Grouping in the FlexGrid through code.