title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Grouping |
Grouping - ComboBox - Kendo UI for Vue |
Group the data during input while using the Kendo UI ComboBox wrapper for Vue. |
grouping_combobox_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 combobox/grouping/main.vue preview %} {% embed_file combobox/grouping/main.js %} {% endmeta %}