title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Aggregates |
Vue Grid Wrapper - Aggregates - Kendo UI for Vue |
Get started with the Vue Grid by Kendo UI and learn how to configure its aggregates functionality. |
aggregates_grid_wrapper |
2 |
The Kendo UI Grid wrapper for Vue enables you to display aggregate calculations at the bottom of its groups or columns.
To configure the aggregate grouping functionality in the native Vue Grid by Kendo UI, refer to the [native Vue Grid by Kendo UI documentation]({% slug groupingaggregates_grid %}).
To aggregate the calculations in the Kendo UI Data Grid wrapper for Vue:
- Specify the name of the pertinent aggregate function by setting
columns
toaggregates
. - Set the
group
andaggregate
fields of the data source instance.
{% meta height:660 %} {% embed_file grid/grouping/aggregates/main.vue preview %} {% embed_file grid/grouping/aggregates/main.js %} {% endmeta %}
- Kendo UI Grid for jQuery
- API Reference of the Grid Widget
- [Aggregates in the Native Vue Grid by Kendo UI]({% slug groupingaggregates_grid %})