Allows the user to perform N-level grouping without any restrictions. It also possible to hide or show grouped columns in the DataGrid.
Vue DataGrid allows users to apply the aggregate function on grouped rows. Users can display aggregate values for a group either on the group footer cell or group caption cell. It is also possible to define multiple aggregations to the same column.
By default, grouping is done based on the field value. A column can be grouped by the formatted value instead of raw value to make viewing formatted date columns easier.