• 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 Gantt Chart Control

This sample shows the loading indicator while initial rendering, refreshing and all gantt action. In this sample, you can change the loading indicators from the properties panel.

DEMO
SOURCE
Indicator Type

The Gantt has an option to show a loading indicator in-between the time of fetching the data and binding it to the gantt during initial rendering, refreshing or while performing action like sorting, filtering and more.

The Gantt support the following loading indicator types

  • Shimmer
  • Spinner
Use the loading indicator by setting the loadingIndicator.indicatorType property as Spinner or Shimmer. The default value of the indicatorType is Spinner.

By default enableVirtualMaskRow is set to true which renders Shimmer during virtual scrolling.