VirtualizationPremium
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 MultiSelect requests and displays only the visible items.
To enable virtualization, configure the onPageChange 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 MultiSelect.pageSize