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

ASP.NET Core Grid Virtualization of Remote Data

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
  • Edit in Telerik REPL
HtmlHelper
TagHelper
Files:
virtualization_remote_data.cshtml
Virtualization_Remote_DataController.cs
OrderViewModel.cs
Virtualization_Remote_Data_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API

Description

The virtualization feature of the Telerik UI for ASP.NET Core 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 Core Data Grid product documentation on the available scrolling options.

Additional Apps

This Grid example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core 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 Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources