<telerik:RadBusyIndicator x:Name="radBusyIndicator"
Foreground="#ffffff"
IsBusy="{Binding IsBusy}">
I use the above when to show the busy indicator while saving.
After it has saved (IsBusy is false) I call Element.Focus(); but it does not focus on the element.
No element shows as being focused.
If I remove the line that sets IsBusy to true the focus works as expected.
Is there a workaround for this problem?