Kendo UI for Angular MultiColumnComboBox Overview
Updated on May 12, 2026
The Kendo UI for Angular 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.
The following example demonstrates the MultiColumnComboBox in action.
Change Theme
Theme
Loading ...
Key Features
- Data binding—You can bind the MultiColumnComboBox to a list of possible values containing arrays of complex data.
- Value binding—The MultiColumnComboBox enables you to set its value to primitive or complex data.
- Columns
- Custom values—You can override the default behavior of the MultiColumnComboBox and configure it to accept custom values.
- Filtering—Apart from its default filter functionality, the MultiColumnComboBox provides options for performing server-side filtering and using its built-in filter directive.
- Grouping—You can group MultiColumnComboBox items and display them as a grouped result.
- Virtualization—The MultiColumnComboBox supports a virtualization mechanism which noticeably improves the performance of the component when it handles large datasets.
- Disabled items—You can disable any of the MultiColumnComboBox items and prevent users from interacting with them.
- Suggestions