New to Kendo UI for Vue? Start a free 30-day trial
Virtualization
Virtual scrolling provides an alternative to paging and is useful for displaying large sets of data.
The virtualization functionality uses a fixed amount of list items in the pop-up list of the component. While the user is scrolling the pop-up list, the DropDownList requests and displays only the visible items.
To enable virtualization, configure pagechange
event and the composite virtual
property which contains the following fields:
total
—Represents the number of records.skip
—Represents the start of the sub-set of data which is loaded in the DropDownList.pageSize
—Indicates the size of the sub-set of data.onPageChange