Getting Started with Kendo UI for Angular MultiSelect
The MultiSelect is a form component that displays a list of options and allows for multiple selections from this list.
It is a richer version of the <select>
element and supports item and tag templates, and configurable options for controlling the list behavior.
Basic Usage
The following example demonstrates the MultiSelect in action.
Functionality and Features
- Data binding
- Value binding
- Custom values
- Filtering
- Grouping
- Virtualization
- Disabled items
- Summary-tag mode
- Templates
- Forms support
- Controlling the open state
- Globalization
- Keyboard navigation
- Accessibility
Events
The following example demonstrates basic MultiSelect events.