New to Telerik UI for ASP.NET MVC? Download free 30-day trial
Endless scrolling of remote data
- EXAMPLE
- VIEW SOURCE
- Edit in Theme Builder
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
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 remote data. In this scenario only the first page of data is serialized and rendered on the client. When the user reaches the end of the list, an Ajax request is made to fetch the next portion of data.
The endless scroll is compatible with Grouping, Hierarchy and Editing.