Example of Virtual Scrolling in ASP.NET MVC Tree Grid Control

This sample demonstrates the Tree Grid component with the virtual scrolling feature. Scroll the Tree Grid content vertically to load rows.

DEMO
SOURCE

The Tree Grid UI virtualization allows you to render only rows visible within the view-port without buffering the entire datasource. To enable the virtualization, set EnableVirtualization property as true.

By default, enableVirtualMaskRow is set to true. we can change by setting enableVirtualMaskRow property to false.

Note: The Height property must be defined when enabling EnableVirtualization .

In this demo, Tree Grid is enabled with row virtualization and also perform the CRUD (Add, Edit, Delete, Update) actions.

Transform your ASP.NET MVC web apps today with Syncfusion® ASP.NET MVC components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab