This question is locked. New answers and comments are not allowed.
Hi there,
I have updated the latest build of telerik controls i.e. Q1 2011. I have upgraded my project with the latest binaries since then i have started getting the below issue. Can you please provide mw with a solution.
The property 'DayTemplate' does not exist on the type 'RadDatePicker' in the XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'.
Below is the code snippet.
I have updated the latest build of telerik controls i.e. Q1 2011. I have upgraded my project with the latest binaries since then i have started getting the below issue. Can you please provide mw with a solution.
The property 'DayTemplate' does not exist on the type 'RadDatePicker' in the XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'.
Below is the code snippet.
<telerik:RadDatePicker DayTemplate="{x:Null}" Width="15" x:Name="radDatePicker" SelectionChanged="radDatePicker_SelectionChanged" SelectedDate="{Binding SelectedDate, Mode=TwoWay}"> </telerik:RadDatePicker>