I have Telerik RadDatePicker in my xaml. I want to change ControlTemplate, but when I extract the copy of default style (from telerik:Office_BlackTheme) the RadDatePicker stops working correctly.
<telerik:RadDatePicker x:Name="trnDate"
Height="25"
MinWidth="220"
Margin="0,5,0,5"
VerticalAlignment="Center"
VerticalContentAlignment="Center"
BorderThickness="1"
TodayButtonVisibility="Hidden" Style="{DynamicResource RadDatePickerStyle}" />
When I open this RadDatePicker in Blend for Visual studio and choose option Edit Template --> Edit a copy for RadDatePicker, its functionality is not working correctly.
Example:
If I choose years from 2030 to 2040 this is opened:
The style is automatically generated in Blend. It is too big to post that code here.