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" />
Hi. I'm trying to set background color to Transparent but nothing happens. When the radbusyindicator shows up, there is a ugly white backgroundcolor i'm trying to change but I just can't. Help
The text can be used to show why the application is busy. Available in the R2 2018 release.