This sample demonstrates the TreeGrid component with the infinite scrolling feature.
The Tree Grid Infinite scrolling, allows you to load data in lazy loading concept, which means the buffer data is loaded only when the scrollbar reaches the end of the scroller.
To enable the virtualization, set enableInfiniteScrolling
property as true.
Note: The height
property must be defined when enabling enableInfiniteScrolling
.