Example of Lazy Load Grouping With Paging in React Grid

/
/
Lazy Load Grouping

This sample demonstrates the lazy load grouping feature of the Grid component.

More Details...

Loading....
Description

The Lazy load grouping, allows the Grid to render only the initial level caption rows in the collapsed state while grouping. The child rows of each caption will render only when we expand the captions. To enable lazy load grouping, set groupSettings->enableLazyLoading property as true.

Injecting Module:

Grid features are segregated into individual feature-wise modules. To use lazy load grouping feature, we need to inject LazyLoadGroupmodule into the services.

Looking for the full React Data Grid component overview, features, pricing, and documentation? Visit our React Data Grid component page.