This question is locked. New answers and comments are not allowed.
Hello,
I have a problem to change the theme of the RadBusyIndicator.
This is the code in my application.
<telerik:RadBusyIndicator telerik:StyleManager.Theme="Metro" IsBusy="True" Height="300" HorizontalAlignment="Left" Margin="18,85,0,0" Name="radBusyIndicator1" VerticalAlignment="Top" Width="300" />
And this is the attribute I have set to change the theme.
telerik:StyleManager.Theme="Metro"
But the control does not accept the theme.
Is there a mistake in the code? Or something I have to change?
When I set the attribute to another control, like a radButton, it works perfectly.
Thank you in advance!
I have a problem to change the theme of the RadBusyIndicator.
This is the code in my application.
<telerik:RadBusyIndicator telerik:StyleManager.Theme="Metro" IsBusy="True" Height="300" HorizontalAlignment="Left" Margin="18,85,0,0" Name="radBusyIndicator1" VerticalAlignment="Top" Width="300" />
And this is the attribute I have set to change the theme.
telerik:StyleManager.Theme="Metro"
But the control does not accept the theme.
Is there a mistake in the code? Or something I have to change?
When I set the attribute to another control, like a radButton, it works perfectly.
Thank you in advance!