title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Cascading ComboBoxes |
Cascading ComboBoxes - ComboBox - Kendo UI for Vue |
Filter a Kendo UI ComboBox wrapper for Vue according to the selection in another ComboBox. |
cascading_combobox_wrapper |
6 |
The cascading ComboBox is a series of two or more ComboBoxes in which each ComboBox is filtered according to the selected options in the previous ComboBox.
To configure the cascading dependency, use the :cascade=from
prop.
{% meta height:350 %} {% embed_file combobox/cascading/main.vue preview %} {% embed_file combobox/cascading/main.js %} {% endmeta %}