This question is locked. New answers and comments are not allowed.
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"
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"