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

Add RadBusyIndicator using C# instead of xaml

4 Answers 272 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
King Chan
Top achievements
Rank 1
King Chan asked on 20 Aug 2010, 08:03 PM
Hello Telerik Staff,

I got it added into my silverlight project, but when I try to show it, it got blocked by other user controls.
Is there any way I can set the busyIncdicator on top of other controls?
And is there any example of creating custom templete for RadBusyIncidcator using C# instead of xaml?
All I see from the documentation is only xaml...

Thanks

4 Answers, 1 is accepted

Sort by
0
King Chan
Top achievements
Rank 1
answered on 20 Aug 2010, 08:50 PM
Edit: I just found out I can use canvas to set it Z property...

But I still doesn't know how to create the BusyContent Template in C#...

Thanks...
0
Teodor
Telerik team
answered on 26 Aug 2010, 09:59 AM
Hello King Chan,

Thank you for contacting us.

Please find attached an example that demonstrates how you can set a custom DataTemplate to the BusyContentTemplate property of RadBusyIndicator. Feel free to modify it so that it suits your particular needs.

Hope this helps.

Best wishes,
Teodor
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
0
Yonggu Kang
Top achievements
Rank 1
Iron
answered on 18 Oct 2010, 07:13 PM
Hi Telerik team,

I also don't know how to show busyindicator on top of other control.
As I position busyindicator in a row of grid inside of main region, it just shows at that row not on the center of main region and on top of
other control. Should I use canvas or something, so dynamically show/hide on top of other control and center of region ?
I'm using prism and veiw is inserted dynamically and I'd like to set busyindicator in the center of main region and on top of showing
control untill backgdound data querying is finished.
Any sample of thread link would be highly appreciated.

Thank you in advance.
Kang

0
Teodor
Telerik team
answered on 21 Oct 2010, 04:43 PM
Hi Yong-Gu Kang,

thank you for contacting us.

In order to see the RadBusyIndicator on top of other controls, you need to either put the controls inside the RadBusyIndicator (just like you put them in a ContentControl). You can see how this can be done in our online demos and help section:

http://demos.telerik.com/silverlight/#BusyIndicator/FirstLook
http://www.telerik.com/help/silverlight/radbusyindicator-overview.html

Hope this helps. We will be glad to assist you further. 

Best wishes,
Teodor
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
King Chan
Top achievements
Rank 1
Answers by
King Chan
Top achievements
Rank 1
Teodor
Telerik team
Yonggu Kang
Top achievements
Rank 1
Iron
Share this question
or