New to Telerik UI for ASP.NET Core? Download free 30-day trial
Cascading MultiColumnComboBox
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
cascadingmulticolumncombobox.cshtml
CascadingMultiColumnComboBoxController.cs
CategoryViewModel.cs
ProductViewModel.cs
OrderViewModel.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
This demo illustrates the cascading functionality of three MultiColumnComboBoxes – the selected data from the first MultiColumnComboBox defines the list of available values and the selection in the following ones.
The cascading functionality helps you guide the user's input. To enable it, define .CascadeFrom() and make sure that a parent MultiColumnComboBox is initialized.