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

Rad Busy Indicator IsBusy is set by property in cs, but not showing the indicator

2 Answers 110 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Selva
Top achievements
Rank 1
Selva asked on 14 Jun 2013, 07:51 AM
Hi all,

I am using radbusyindicator control and setting the IsBusy property by a property from my viewmodel.cs. Need to show the indicator while export in progress. I used the sample code from here http://demos.telerik.com/silverlight/#GridView/Exporting for exporting functionality. Even my property is changed, the indicator is not shown in UI.

Please help to solve this out.

Thanks in advance,
selva.

2 Answers, 1 is accepted

Sort by
0
Accepted
Miroslav Nedyalkov
Telerik team
answered on 19 Jun 2013, 07:41 AM
Hi Selva,

The busy indicator doesn't show, because the export operation is done on the UI thread which prevents it from refreshing the UI and particularly from showing the busy indicator. I would suggest you to take a look at this blog post explaining how to show the busy indicator in such cases.

Hope this helps.

Regards,
Miroslav Nedyalkov
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Selva
Top achievements
Rank 1
answered on 20 Jun 2013, 10:22 AM
Yeah its helpful for me to achieve the scenario. Thanks Miroslav.....
Tags
BusyIndicator
Asked by
Selva
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Selva
Top achievements
Rank 1
Share this question
or