Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.33 KB

File metadata and controls

28 lines (20 loc) · 1.33 KB
title page_title description slug canonicalLink position
Virtualization
Virtualization - MultiSelect - Kendo UI for Vue
Show the virtualization features of the Kendo UI MultiSelect wrapper for Vue which allows you to work with large datasets.
virtualization_multiselect_wrapper
4

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 MultiSelect 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 MultiSelect and the DataSource to enable the virtualization.

{% meta height:350 %} {% embed_file multiselect/virtualization/main.vue preview %} {% embed_file multiselect/virtualization/main.js %} {% endmeta %}

Suggested Links