This is a migrated thread and some comments may be shown as answers.

RadBusyIndicator and IsEnabled

1 Answer 79 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Nasser
Top achievements
Rank 1
Nasser asked on 17 Jun 2013, 10:15 AM
Hello,

I have user control that is defined within a RadBusyIndicator.  The user control consists of a standard controls (checkbox, radiobutton).  The controls have dependencies among them that make some enabled and others disabled, depending on user interaction.  User Control has a dependeny property IsEnabled defined.  Setter of the value of IsEnabled at the user control is empty (just a reutrn; statement).

When IsBusy of RadBusyIndicator is set to true, the IsEnabled property of all controls within the user control is set to false.  When IsBusy is set to true, the IsEnabled property of the controls within the user control is set to true.  

Is it possible to prevent this behavior from happening?  The RadBusyIndicator makes all controls inaccessible, there is actually no need to set IsEnabled to false (See this contribution!).  Can I control this behavior of the RadBusyIndicator?

Best regards


1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 20 Jun 2013, 12:01 PM
Hello,

By design in the current version of the RadBusyIndicator control when its IsBusy property is set to true the IsEnabled property of its content is set to false in order for it to be unusable.

I would suggest you if it possible to either change the dependencies of the inner controls to not depend on the IsEnabled property but rather to their Value/IsChecked etc or create a custom overlay control that works as BusyIndicator. Hope this is helpful.

Regards,
Vladi
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
BusyIndicator
Asked by
Nasser
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or