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

RadBusyIndicator MVVM

1 Answer 59 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 01 Apr 2013, 06:16 PM
I have a RadBusyIndicator

<telerik:RadBusyIndicator x:Name="radBusyIndicator" IsBusy="{Binding IsBusy}" DisplayAfter="00:00:00" >

In my ViewModel, I have the following that does not display it. I do not set IsBusy to false anywhere. So it should always show.  If I change the above to IsBusy="True", then it always shows. What needs to change below in order to get it to work with the Binding?
if (!IsDesignTime)
            {
                IsBusy = true;
 
                SLCRMSrvc.SLtoCRMClient teamProxy = new SLCRMSrvc.SLtoCRMClient();
                teamProxy.GetUserTeamsCompleted += new EventHandler<SLCRMSrvc.GetUserTeamsCompletedEventArgs>(teamProxy_GetUserTeamsCompleted);
                teamProxy.GetUserTeamsAsync(CurrentUser.ToString());

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 02 Apr 2013, 11:23 AM
Hi Tim,

As we see you have posted a support ticket for the same issue and we have responded to you in that thread can we continue the discussion there?

I will post our response from the other post here too in order for it to be available for the community:
We tried to reproduce the issue on our side but to no avail.

We are not aware of any unexpected behavior when binding the IsBusy property of the RadBusyIndicator. Could you share with us more details about your specific scenario?


Greetings,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ScheduleView
Asked by
Tim
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or