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

RadBusyIndicator Themes not applying

2 Answers 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
stevea
Top achievements
Rank 1
stevea asked on 02 May 2014, 03:56 PM
Version 2013.3.1316.1050

I am trying to use the following in the Xaml. to apply a theme to the RadBusyIndicator

Please notice in the attached UI screenshot that the theme will apply to the gridview, but not the RadBusyIndicator

RadBusyIndicator  Does Not work: 

<telerik:RadBusyIndicator telerik:StyleManager.Theme="Office_Blue" x:Name="radBusyIndicator" IsBusy="True" >

If I apply the theme to a radGridView  it works: (notice the grid headers)   

<telerik:RadGridView telerik:StyleManager.Theme="Office_Blue"

   

2 Answers, 1 is accepted

Sort by
0
stevea
Top achievements
Rank 1
answered on 02 May 2014, 05:21 PM
Also, I have used this forum post and have seen that it worked in the past, I downloaded the sample which appears to use  version 2012.2.912.1050. I can confirm it works with the same syntax. But does not work as described in the original post.
http://www.telerik.com/forums/busyindicator-does-not-accept-theme
0
Accepted
Masha
Telerik team
answered on 07 May 2014, 05:55 AM
Hi Steve,

The RadBusyIndicator has the same style for Office_Blue,Office_Black and Office_Silver themes. You can check our online demo all themes for RadBusyIndicator.

The Metro theme from previous post has been renamed to Windows8 theme, so please try to set telerik:StyleManager.Theme="Windows8" and add references to both Telerik.Windows.Controls.dll and Telerik.Windows.Themes.Windows8.dll.

I hope this helps.

Regards,
Masha
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
General Discussions
Asked by
stevea
Top achievements
Rank 1
Answers by
stevea
Top achievements
Rank 1
Masha
Telerik team
Share this question
or