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.
|
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
ShimmerSpinner
Use the loading indicator by setting the LoadingIndicator.IndicatorType property as Spinner or Shimmer. The default value of the indicator type is Spinner.
By default EnableVirtualMaskRow is set to true which renders Shimmer during virtual scrolling.
More information on the Essential® ASP.NET MVC Gantt Chart can be found in this documentation section.