/
/
VirtualScrolling

This sample demonstrates virtual scrolling option available vertically and horizontally to load large records with ease.

More Details...

Loading....
Description

The pivot grid widget 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.


Injecting Module:

The pivotgrid widget features are segregated into individual modules. To use the virtual scrolling option, inject VirtualScroll module using the services tag.