New to Kendo UI for Vue? Start a free 30-day trial
Grouping Basics
The Kendo UI Native DataGrid enables you to display grouped table data.
Getting Started
To enable grouping:
- Set the
groupable
andgroup
options of the Grid. - Handle the
onGroupChange
or the emittedonDataStateChange
event. - Manually group the data.
Example
View Source
Change Theme: