New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Grid Virtualization of Remote Data
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
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.