title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Grouping |
Grouping - MultiSelect - Kendo UI for Vue |
Group the data during input while using the Kendo UI MultiSelect wrapper for Vue. |
grouping_multiselect_wrapper |
5 |
Grouping allows you to display data items which are categorized by a specific model field.
- The grouped data is sorted either in ascending or descending order.
- To group the data in a specific order, use server grouping.
For more information on the grouping functionality of the Data Source, refer to the article on the group
configuration.
To configure the rendering of the group titles, use the groupTemplate
and fixedGroupedTemplate
templates of the component.
{% meta height:350 %} {% embed_file multiselect/grouping/main.vue preview %} {% embed_file multiselect/grouping/main.js %} {% endmeta %}