InfiniteScrolling

  • 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 Infinite Scrolling in ASP.NET Core Tree Grid Control

This sample demonstrates the TreeGrid component with the infinite scrolling feature.

DEMO
SOURCE

The Tree Grid Infinite scrolling, allows you to load data in lazy loading concept, which means the buffer data is loaded only when the scrollbar reaches the end of the scroller. To enable the virtualization, set enableInfiniteScrolling property as true.

Note: The height property must be defined when enabling enableInfiniteScrolling.