Blazor Dropdown Tree Example - Default Functionalities
This example demonstrates the default functionalities of Blazor DropdownTree component with local data binding.
Core features:
- Click DropDownTree component to open hierarchical options list
- Select item from hierarchical structure
- Support for both hierarchical and list data formats
Data binding:
- Load data via
DataSourceproperty with Fields property - Support hierarchical data with nested objects
- Support list data with ID and ParentID mapping
This sample demonstrates:
- First DropDownTree bound to hierarchical data
- Second DropDownTree bound to list data with ID and ParentID mapping