Skip to content

Files

Latest commit

 

History

History
26 lines (19 loc) · 1.05 KB

File metadata and controls

26 lines (19 loc) · 1.05 KB
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

Cascading ComboBoxes

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

Suggested Links