Example of Virtual Scrolling in ASP.NET Core TreeGrid Control
This sample demonstrates the TreeGrid component with the virtual scrolling feature. Scroll the TreeGrid content vertically to load rows.
DEMO
SOURCE
The TreeGrid UI virtualization allows you to render only rows visible within the view-port without buffering the entire datasource.
To enable the virtualization, set property as true.
Note: The property must be defined when enabling .