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

about BusyIndicator and RadWindow order

1 Answer 109 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
lin
Top achievements
Rank 1
lin asked on 28 Jul 2010, 06:58 AM
In my app, I create radwindow by global class and show by "ShowDialog" Method. I also create BusyIndicator by global class. So radwindow alway display in front of busyindicator. How can I display busyindicator in front of radwindow?

1 Answer, 1 is accepted

Sort by
0
Pana
Telerik team
answered on 29 Jul 2010, 09:00 AM
Hi lin,

You should put a RadBusyIndicator as Content for the RadWindow you are opening and then the old content of the RadWindow should be set as Content for that RadBusyIndicator. This way when the indicator goes busy you will not be able to click the items in the window. The window can not be displayed under the RadBusyIndicator.

Eventually you can have somewhat custom solution like setting IsEnabled="False" on the root of your application and displaying a popup after the window is opened that has RadBusyIndicator. This will be tricky to implement and we do not support such behavior.

Kind regards,
Panayot
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
BusyIndicator
Asked by
lin
Top achievements
Rank 1
Answers by
Pana
Telerik team
Share this question
or