Skip to content

vladaskorohodova/how-to-implement-cascading-lookups-e5000

 
 

Repository files navigation

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

About

DevExtreme, DevExtreme (HTML JS), UI Widgets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%