Data and Value Binding

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.

Example
View Source
Change Theme:

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.

Example
View Source
Change Theme:

In this article

Not finding the help you need?