Example of Virtualization in Javascript MultiColumn Combobox Control

/
/
Virtualization

This example demonstrates the virtualization support in the MultiColumn ComboBox. It has 150 items bound to it. However, when you open the suggestion list only few items are loaded based on the popup height and the remaining items are loaded while scrolling.

More Details...

Description

The MultiColumn ComboBox supports virtualization, which improves UI performance for large amounts of data. To enable virtualization, set the enableVirtualization property to true. When virtualization is enabled, MultiColumn ComboBox doesn't render the entire suggestion data source on initial rendering. It loads the N number of items in the popup on initial rendering and the remaining set number of items will load while scrolling. Virtualization works with both local and remote data.