Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.26 KB

File metadata and controls

42 lines (29 loc) · 2.26 KB

SelectBoxes 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 Look At

Documentation

More Examples