New to Kendo UI for Vue? Start a free 30-day trial

Data Binding

The MultiColumnComboBox enables you to bind it to a list of possible values.

To provide suggestions, bind the MultiColumnComboBox to either:

Locally defined values are best for small, fixed sets of suggestions. For larger datasets, use remote suggestions.

Binding to Local Data Arrays

The MultiColumnComboBox enables you to bind to a list of possible values.

To configure and provide the MultiColumnComboBox suggestions locally, bind it to a local data array by using the :data-source prop.

Example
View Source
Change Theme:

Binding to Remote Data Services

To initialize the MultiColumnComboBox by binding it to a remote data service, use the Data Source component. Remote data binding is appropriate for larger datasets, so that items are loaded on demand when displayed. You can use the DataSource for serving data from a variety of data services such as XML, JSON, and JSONP.

Example
View Source
Change Theme: