This example demonstrates how to implement cascading SelectBoxes in the following scenarios:
- Standalone SelectBoxes
- SelectBoxes in Form
When you select a value from the first SelectBox, the second SelectBox loads the filtered values. In this example, only cities from the selected state appear in the second SelectBox.
To implement this functionality, get the value from the first editor and filter the dataSource by this value in the second editor.
- jQuery
- Angular
- Vue
- React
- NetCore
(you will be redirected to DevExpress.com to submit your response)