Example of undefined in Javascript Tree Grid Control

/
/
Infinite Scrolling

This sample demonstrates the Tree Grid component with the infinite scrolling feature.

More Details...

Description

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 Infinite scrolling, set enableInfiniteScrolling property as true. Note: The height property must be defined when enabling enableInfiniteScrolling . Injecting Module: Tree Grid features are segregated into individual feature-wise modules. To use infinite scrolling feature, we need to inject InfiniteScroll using the TreeGrid.Inject(InfiniteScroll) section.