DevExpress-Examples / devextreme-cascading-selectboxes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Other


Languages

Language:JavaScript 99.9%Language:HTML 0.0%Language:TypeScript 0.0%Language:C# 0.0%Language:Vue 0.0%