New to Kendo UI for jQuery? Download free 30-day trial
Endless scrolling of local data
- EXAMPLE
- VIEW SOURCE
-
EDIT
- Edit in Kendo UI Dojo
- Edit in Theme Builder
-
Change Theme
DefaultSASSLESS
- Default
- Bootstrap
- Material
- Launch Theme Builder
- endless-scrolling-local.html
- Sample service
Description
The endless scrolling functionality enables the Grid widget to display large amounts of data by appending additional pages of data on demand. Loading of new items happens when the scrollbar of the Grid reaches its end. When the data is returned, only the new items will be rendered and appended to the old ones.
Grid infinite scrolling works with local and remote data. This demo presents binding Grid to local data. In this scenario all data is serialized on the client. When the user scrolls to the end, new items are displayed.
The endless scroll is compatible with Grouping, Hierarchy and Editing.