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 AppsThis 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 componentsand 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 ResourcesRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4