New to Kendo UI for Angular? Start a free 30-day trial

Grouping

The MultiColumnComboBox provides options for displaying grouped data.

To enable grouping, utilize the GroupResult collections from the Data Query package which do not require additional setup.

You can fully customize the fixed header above the list and the group headers inside the list by using templates. For more information, refer to the dedicated article on templates.

The following example demonstrates how to group the popup table data by jobTitle field value.

Example
View Source
Change Theme:

Sticky Header

By default, a current group sticky header is displayed in the popup while scrolling. The sticky header can be removed by setting the showStickyHeader input property to false.

Example
View Source
Change Theme:

In this article

Not finding the help you need?