Example of Grouping with Virtual Scrolling in ASP.NET MVC Data Grid Control
This sample demonstrates the lazy loading grouping feature with virtual scrolling.
DEMO
SOURCE
The lazy load grouping allows the grid to render only the initial level caption rows in the collapsed state while grouping. Now, the Data Grid supports lazy load grouping for virtual scrolling enabled grid too, which means the records of each group caption will render only when you expand the group captions row. Buffer data is loaded while scrolling vertically or horizontally. This is done by setting the GroupSettings->EnableLazyLoading
property as true and the EnableVirtualization
property as true.
Note: The Height
property must be defined when enabling the EnableVirtualization
.