Loading animation in TypeScript Treegrid control
18 Nov 20181 minute to read
The Tree Grid displays a loading indicator while the data is being fetched and bound to the tree grid during initial rendering, refreshing, and after performing any tree grid actions like sorting, paging and more.
The tree grid supports two indicator types, which can be enabled by setting the loadingIndicator.indicatorType property to Spinner or Shimmer. The default value of the indicator type is Spinner.
In the following sample, the Shimmer indicator is displayed while the tree grid is loading and refreshing when using the remote data.