This sample shows the loading indicator while grid loading and refreshing when using remote data. In this sample, you can change the loading indicators from the properties panel.
Order ID | Customer ID | Employee ID | Freight | Ship Country |
---|---|---|---|---|
When performing the grid actions (like sorting, filtering, grouping, and more), the loading indicator is shown in the in-between time the processed data is fetched and bound to the grid.
The 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. If you want to use the default value of the loading indicator, use the dropdown to change it.