Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.58 KB

File metadata and controls

31 lines (22 loc) · 1.58 KB
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

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 %}

Suggested Links