RadBusyIndicator breaks setFocus

1 Answer 20 Views
BusyIndicator
Paul
Top achievements
Rank 2
Iron
Iron
Iron
Paul asked on 11 Apr 2025, 02:04 PM

<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? 

 

 

1 Answer, 1 is accepted

Sort by
0
Stenly
Telerik team
answered on 14 Apr 2025, 08:11 AM

Hello Paul,

May I ask if it would be possible to review the following article, which shows how to work with the focus when using the RadBusyIndicator control?

WPF BusyIndicator - Restore the focus - Telerik UI for WPF

Regards,
Stenly
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!

Tags
BusyIndicator
Asked by
Paul
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Stenly
Telerik team
Share this question
or