Completed
Last Updated: 18 Sep 2019 08:50 by ADMIN
Release R3 2019

Using the code code below, the RadBusyIndicator will animate the first time you toggle IsBusy.

However, any subsequent changes to IsBusy will show the AnimationType's graphic, but without animation.

<telerikBusyIndicator:RadBusyIndicator x:Name="radBusyIndicator"
                                               AnimationType="Animation4"
                                               IsBusy="{Binding IsBusy}"
                                               IsVisible="{Binding IsBusy}"
                                               Grid.RowSpan="3" />

Completed
Last Updated: 21 May 2018 13:04 by ADMIN
The text can be used to show why the application is busy.

Available in the R2 2018 release.