Skip to content

Files

Latest commit

 

History

History
30 lines (21 loc) · 1.57 KB

File metadata and controls

30 lines (21 loc) · 1.57 KB
title page_title description slug position
Grouping
Grouping - MultiColumnComboBox - Kendo UI for Vue
Group the data during input while using the Kendo UI MultiColumnComboBox wrapper for Vue.
grouping_multicolumncombobox_wrapper
6

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 (custom) 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 multicolumncombobox/grouping/main.vue preview %} {% embed_file multicolumncombobox/grouping/main.js %} {% endmeta %}

Suggested Links