• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Virtual Scrolling in ASP.NET Core Pivot Table Control

This sample demonstrates the virtual scrolling option available for vertically and horizontally loading records and showing a large number of records with ease.

DEMO
SOURCE
Time Taken: 0 sec

The pivot table provides an optimized way to render rows and columns inside the view-port alone without calculating the value of the entire pivot. To enable virtual scrolling, set enableVirtualization property to true.

NOTE: The height and width properties must be defined when enabling virtual scrolling option.