Hello!
First of all I'm using this version of the controls 2011.3.1116.1040, in my project I have several RadWindow's I create then using the Add Telerik Scenario feature.
After creating i set the Office_Silver Theme in the XAML like this:
In the Visual Studio, the Office_Silver theme is showing correctly but when I start the application and show the Window it comes with the Default Theme(Office_Black). What is strange is that this behavior only happens sometimes not always. it seems to me that the theme is not been applied to the Window.
Is this a know issue or a bug?
Thanks!
First of all I'm using this version of the controls 2011.3.1116.1040, in my project I have several RadWindow's I create then using the Add Telerik Scenario feature.
After creating i set the Office_Silver Theme in the XAML like this:
<
telerik:RadWindow
x:Class
=
"Modulo.Silverlight.Projetos.Views.Janelas.RadWindowHistoricoSenha"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
Header
=
"Histórico de Senhas"
xmlns:converters
=
"clr-namespace:Modulo.Silverlight.Projetos.Converters"
telerik:StyleManager.Theme
=
"Office_Silver"
ResizeMode
=
"NoResize"
WindowStartupLocation
=
"CenterScreen"
>
In the Visual Studio, the Office_Silver theme is showing correctly but when I start the application and show the Window it comes with the Default Theme(Office_Black). What is strange is that this behavior only happens sometimes not always. it seems to me that the theme is not been applied to the Window.
Is this a know issue or a bug?
Thanks!