Group Dates
To provide flexible data shaping and analyzing capabilities, the GridControl supports interval grouping. This powerful feature allows you to specify a rule to combine data rows into groups. For example, you can enable grouping by the first letter of text column values or by a specific date interval of date column values.
In this demo, data rows are grouped by the Date column. Change the logic used to group rows by selecting a group interval in the right panel (DateRange, Date, DateMonth, DateQuarter or DateYear). For instance, if you select DateMonth, you will find that the grid automatically groups dataset information by month and displays it.
Related APIs: