Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.74 KB

File metadata and controls

42 lines (29 loc) · 1.74 KB
title page_title description slug position
Columns
Columns - MultiColumnComboBox - Kendo UI for Vue
Configure the columns rendered in the Kendo UI MultiColumnComboBox wrapper for Vue drop-down.
columns_multicolumncombobox_wrapper
3

Columns

The MultiColumnComboBox supports options for configuring the behavior of its columns.

To manage the columns of the MultiColumnComboBox, either:

For more information on the available props, refer to the multicolumncombobox.columns configuration.

Using the kendo-multicolumncombobox-columns Component

The following example demonstrates how to set the inline initialization of the kendo-multicolumncombobox-columns component.

{% meta height:350 %} {% embed_file multicolumncombobox/columns/basic/main.vue preview %} {% embed_file multicolumncombobox/columns/basic/main.js %} {% endmeta %}

Using the data Vue Object

The following example demonstrates how to use the data object to specify the columns of the MultiColumnComboBox.

{% meta height:350 %} {% embed_file multicolumncombobox/columns/vueobject/main.vue preview %} {% embed_file multicolumncombobox/columns/vueobject/main.js %} {% endmeta %}

Suggested Links