New to Telerik UI for ASP.NET MVC? Download free 30-day trial

ASP.NET MVC Grid Virtualization of Remote Data

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
virtualization_remote_data.cshtml
Virtualization_Remote_DataController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The virtualization feature of the Telerik UI for ASP.NET MVC Grid allows you to handle large sets of data without negatively impacting the user experience and browser performance.

To enable virtual scrolling, use the .Scrollable(scrollable => scrollable.Virtual(true)) configuration setting, which will render a vertical scrollbar for the Data Grid content and will show only the number of items defined through the PageSize() data source setting of the Data Grid. After you drag the scrollbar and the PageSize parameter value is exceeded, the Grid component will make automatic requests to retrieve and render the next set of Grid rows.

For more information, refer to the official Telerik UI for ASP.NET MVC Data Grid product documentation on the available scrolling options.

Additional Apps

This Grid example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources