This question is locked. New answers and comments are not allowed.
I am trying to use the datePicker to select a range of dates. I enabled SelectionMode Extended using the following.
However this would not allow me to drag the mouse to select a date range. Seems like something else captures the MouseButtonDown.
Is there a way to select a range of dates using the DatePicker?
<telerik:RadDatePicker Width="200" DateTimeWatermarkContent="Select date span"> <telerik:RadDatePicker.CalendarStyle> <Style TargetType="telerik:RadCalendar"> <Setter Property="SelectionMode" Value="Extended" /> </Style> </telerik:RadDatePicker.CalendarStyle></telerik:RadDatePicker>However this would not allow me to drag the mouse to select a date range. Seems like something else captures the MouseButtonDown.
Is there a way to select a range of dates using the DatePicker?