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