Lazy Load Grouping

  • Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Grouping with Paging in ASP.NET Core Data Grid Control

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

DEMO
SOURCE

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.