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

Virtualization

Virtualization allows you to display large sets of data.

Regardless of the dataset size, the UI virtualization technique uses a fixed amount of list items in the popup list of the component. When the list is scrolled, the MultiColumnComboBox reuses the existing items to display the relevant data instead of creating new data.

The following example demonstrates how to set the minimum configuration of the MultiColumnComboBox and the DataSource to enable the virtualization.

Example
View Source
Change Theme:

In this article

Not finding the help you need?