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

Example of Loading Animation in ASP.NET MVC Tree Grid Control

This sample shows the loading indicator for the tree grid actions especially when using remote data. In this sample, you can change the loading indicators from the properties panel.
DEMO
SOURCE
Indicator Type

The Tree Grid has an option to show a loading indicator in-between the time of fetching the data and binding it to the tree grid during initial rendering or refreshing or after performing any tree grid action like sorting, filtering, and more.

The Tree Grid supports the following loading indicator types. They are:

  • Spinner
  • Shimmer

Use the loading indicator by setting the LoadingIndicator.IndicatorType property as Spinner or Shimmer. The default value of the IndicatorType is Spinner. In this demo, the Shimmer type is initially enabled.