New to KendoReact? Start a free 30-day trial
Data and Value Binding
Data and Value BindingPremium
The MultiColumnComboBox enables you to configure its predefined list of options and selected value.
To set the predefined list, use the data
property. To set the selected value, use the value
property.
Data Binding
To bind the MultiColumnComboBox to data, use the data
property of the component.
The data
property accepts datasets of objects.
Change Theme
Theme
Loading ...
Value Binding
To render the selected value, use the value
property of the MultiColumnComboBox. When you set the value through the value
property, hook up to the onChange
event and manually update the value of the value
property.
Change Theme
Theme
Loading ...