Blazor MultiSelect Dropdown Example - Option Grouping
This example demonstrates the grouping and checkbox functionality of MultiSelect component for organized item presentation.
Grouping features:
- Click MultiSelect element to open list
- Type character in search box to filter items
- Filtered list displays based on typed characters
- Select multiple values through checkboxes
- Click checkbox in group header to select all items in group
Configuration:
- Group relevant items under category using GroupBy property
- Enable checkbox selection via Mode property set to
CheckBox - Enable group checkbox via EnableGroupCheckBox property set to
true
See also