Is it possible to enable date range selection within the RadDatePicker control by setting the Calendar-RangeSelectionMode property to either ConsecutiveClicks or OnKeyHold? I was hoping for a sort of "out of the box" functionality, without the need for additional client-side scripting. I know I can enable this functionality by using the RadCalendar control, which would cause the calendar to permanently display on the page, however I like the associated [format friendly] input field of the RadDatePicker along with the optional RadCalendar popup; however when using the following code, upon selecting my first/"start" date, the calendar dialog closes before I am able to select my second/"end" date.
Thanks,
Martin
<
telerik:RadDatePicker
runat
=
"server"
ID
=
"MyDatePicker"
Calendar-RangeSelectionMode
=
"ConsecutiveClicks"
/>
Thanks,
Martin