This sample demonstrates the lazy load grouping feature of the Grid component.
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
.