New to Telerik UI for ASP.NET MVC? Download free 30-day trial
Virtualization of remote data
- EXAMPLE
- VIEW SOURCE
- Edit in Theme Builder
-
Change Theme
DefaultSASSLESS
- Default
- Bootstrap
- Material
- Launch Theme Builder
- virtualization_remote_data.cshtml
- Virtualization_Remote_DataController.cs
Also available for:
API REFERENCEDescription
The virtualization feature of Telerik ASP.NET MVC Grid allows you to handle large amount of data without negatively impacting the user experience and the browser performance.
You can enable the virtual scrolling via the .Scrollable(scrollable => scrollable.Virtual(true)) configuration setting, which shows a vertical scrollbar for the grid content and renders only the number of items set via the PageSize setting of the grid data source. After you drag the scrollbar and the PageSize parameter value is exceeded, it makes automatic requests to retrieve and render the next set of grid rows.