New to Telerik UI for ASP.NET Core? Download free 30-day trial
Endless Scrolling
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
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
endless_scrolling.cshtml
Endless_ScrollingController.cs
ProductViewModel.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The ListView endless scrolling functionality allows you to optimize the performance of substantial amounts of data by appending additional records on demand and displaying only a subset of items. Whenever the scrollbar of the list view reaches its end, new items are loaded.
This demo is a runnable example of the endless scrolling functionality. You can enable the endless scroll mode of the ListView by setting the Scrollable property to .Scrollable(ListViewScrollableMode.Endless).