Skip to content

This example demonstrates how to implement standalone and in-Form cascading SelectBoxes

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/devextreme-cascading-selectboxes

Repository files navigation

SelectBox for DevExtreme - How to implement standalone and in-form cascading SelectBoxes

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.

Implement standalone and in-Form cascading SelectBoxes

To implement this functionality, get the value from the first editor and filter the dataSource by this value in the second editor.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)