Blazor MultiSelect - Overview
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
Hobbies
- Overview.razor
- HobbiesTemplate.razor
The MultiSelect component is part of Telerik UI for Blazor, a professional grade UI library with 110+ native components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The MultiSelect for Blazor allows multiple selection from a dropdown list.
The component supports filtering and can reduce the number of suggestions depending on the typed text. The MultiSelect items can be grouped or display rich content in ItemTemplate
, HeaderTemplate
and FooterTemplate
. If the dropdown should contain too many items, the component provides built-in virtualization.
The MultiSelect fires a variety of events that enables the app to react to user actions, such as open, close, blur, or value change.