New to Kendo UI for jQuery?Download free 30-day trial

jQuery Grid Virtualization of Remote Data

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
virtualization-remote-data.html
Sample service

Also available for:

API REFERENCE

Description

There are cases when you may need to operate with large amount of data in the grid, and fetching and processing this data at once would impose a performance penalty due to limited browser resources.

Luckily, the Kendo UI grid has a solution called data virtualization that alleviates any slowdowns when operating with huge volumes of data. When enabled via thescrollable->virtualconfiguration option, it displays a vertical scrollbar for the grid content and renders only the number of items set via thepageSizeproperty of the grid data source. After you drag the scrollbar and the pageSize is exceeded, it makes automatic requests to retrieve and render the next set of grid rows.

Both local and remote data are supported with the grid virtualization feature, whereas in this demo the records are obtained from a remote endpoint.

Support & Learning Resources

Additional Resources