Getting Started with Kendo UI for Angular MultiColumnComboBox
The MultiColumnComboBox is a form component that lets you choose from a table-structured list of options.
It is a richer version of the <select>
element and supports data binding, filtering, templates, and the entering of custom values.
Basic Usage
The following example demonstrates the MultiColumnComboBox in action.
Functionality and Features
- Data binding
- Value binding
- Columns
- Custom values
- Filtering
- Grouping
- Virtualization
- Disabled items
- Suggestions
- Open state
- Templates
- Forms support
- Globalization
- Keyboard navigation
- Accessibility
Events
The following example demonstrates the basic MultiColumnComboBox events. The events are logged to the console.