Skip to content

Files

Latest commit

 

History

History
28 lines (20 loc) · 1.34 KB

File metadata and controls

28 lines (20 loc) · 1.34 KB
title page_title description slug canonicalLink position
Virtualization
Virtualization - DropDownList - Kendo UI for Vue
Use the virtualization features of the Kendo UI DropDownList wrapper for Vue which allow you to handle large datasets.
virtualization_dropdownlist_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 DropDownList 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 DropDownList and the DataSource to enable the virtualization.

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

Suggested Links