New to KendoReact? Learn about KendoReact Free.
Common Scenarios
You can use the configuration options of the DropDownList to achieve the implementation of common scenarios.
- Controlling the value of the DropDownList
- Implementing cascading DropDownLists
- Using a DropDownList data field for a value
Controlling the DropDownList Value
You can use the DropDownList as the so-called "controlled component" in React which is similar to the behavior of the native <select>
element.
Change Theme
Theme
Loading ...
Implementing Cascading DropDownLists
The cascading DropDownList is a series of two or more DropDownLists where each DropDownList is filtered based on the selected option from the previous DropDownList.
Change Theme
Theme
Loading ...
Using Data Fields for Values
The following example demonstrates how to implement a Higher-Order Component and allow the use of a DropDownList data field for a value.
Change Theme
Theme
Loading ...