Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 3.04 KB

File metadata and controls

50 lines (35 loc) · 3.04 KB

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)