My calendar, see attached image, when setting the theme to Office 2013 loses some of the key styling. The days seem to be missing, selected range doesn't show any highlighting, and the current day is not formatting the day fore color.
Any assistance would be greatly appreciated.
Any assistance would be greatly appreciated.
<UserControl.Resources> <ResourceDictionary> <telerik:BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter" /> <DataTemplate x:Name="cFontTemplate" x:Key="cFontTemplateKey"> <TextBlock Text="{Binding Text}" Foreground="Black" FontWeight="ExtraBold" /> </DataTemplate> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="/Telerik.Windows.Themes.Office2013;component/Themes/System.Windows.xaml"/> <ResourceDictionary Source="/Telerik.Windows.Themes.Office2013;component/Themes/Telerik.Windows.Controls.xaml"/> <ResourceDictionary Source="/Telerik.Windows.Themes.Office2013;component/Themes/Telerik.Windows.Controls.Input.xaml"/> <ResourceDictionary Source="/Telerik.Windows.Themes.Office2013;component/Themes/Telerik.Windows.Controls.Docking.xaml"/> <ResourceDictionary Source="/Telerik.Windows.Themes.Office2013;component/Themes/Telerik.Windows.Controls.RibbonView.xaml"/> <ResourceDictionary Source="/Telerik.Windows.Themes.Office2013;component/Themes/Telerik.Windows.Controls.GridView.xaml"/> <ResourceDictionary Source="/Telerik.Windows.Themes.Office2013;component/Themes/Telerik.Windows.Controls.Chart.xaml"/> <ResourceDictionary Source="/Telerik.Windows.Themes.Office2013;component/Themes/Telerik.Windows.Controls.Navigation.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary></UserControl.Resources>