This question is locked. New answers and comments are not allowed.
Hi there,
We're considering moving to the Metro theme with implicit styles, as we are experiencing a lot of friction trying to customize the theme styles using the previous approach (StyleManager). With implicit styles we will be able to customize the base styles of controls more easily than we can now.
However, in your current documentation you mention that the RadChart does not support implicit styles - we use this control heavily.
My question is, is it possible to use implicit styles for the Metro themes in tandem with explicit styles for the RadChart?
My current understanding is that I can add a reference to Binaries.NoXAML/Silverlight/Telerik.Windows.Themes.Metro.dll, and merge the required XAML resource files into App.xaml using the component URI syntax:
What would I need to do to also enable the theming of RadChart alongside this approach? Is it even possible?
Thanks for your help,
Sam
We're considering moving to the Metro theme with implicit styles, as we are experiencing a lot of friction trying to customize the theme styles using the previous approach (StyleManager). With implicit styles we will be able to customize the base styles of controls more easily than we can now.
However, in your current documentation you mention that the RadChart does not support implicit styles - we use this control heavily.
My question is, is it possible to use implicit styles for the Metro themes in tandem with explicit styles for the RadChart?
My current understanding is that I can add a reference to Binaries.NoXAML/Silverlight/Telerik.Windows.Themes.Metro.dll, and merge the required XAML resource files into App.xaml using the component URI syntax:
<
Application
x:Class
=
"RadControlsSilverlightNoXaml.App"
>
<
Application.Resources
>
<
ResourceDictionary
>
<
ResourceDictionary.MergedDictionaries
>
<
ResourceDictionary
Source
=
"/Telerik.Windows.Themes.Metro;component/Themes/System.Windows.xaml"
/>
<
ResourceDictionary
Source
=
"/Telerik.Windows.Themes.Metro;component/Themes/Telerik.Windows.Controls.xaml"
/>
<
ResourceDictionary
Source
=
"/Telerik.Windows.Themes.Metro;component/Themes/Telerik.Windows.Controls.Navigation.xaml"
/>
<
ResourceDictionary
Source
=
"/Telerik.Windows.Themes.Metro;component/Themes/Telerik.Windows.Controls.Docking.xaml"
/>
Etc…
What would I need to do to also enable the theming of RadChart alongside this approach? Is it even possible?
Thanks for your help,
Sam