I'm using WPF Telerik Controls Q2 2014. When I use RadDatePicker, it also allows to select time (which is not the expected behaviour). Tried setting InputMode="DatePicker", still didn't help. Also, the selected date is not displayed properly as the watermark is visible everytime. Am I missing anything ?
My code is:
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
<telerik:RadDatePicker Grid.Row="0" Grid.Column="1"
Width="120" InputMode="DatePicker"
HorizontalAlignment="Left" VerticalAlignment="Top"
Margin="10,10,5,5"></telerik:RadDatePicker>
Please see the attached screenshot.
My code is:
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
<telerik:RadDatePicker Grid.Row="0" Grid.Column="1"
Width="120" InputMode="DatePicker"
HorizontalAlignment="Left" VerticalAlignment="Top"
Margin="10,10,5,5"></telerik:RadDatePicker>
Please see the attached screenshot.