Rieni De Rijke
Top achievements
Rank 1
Rieni De Rijke
asked on 23 Sep 2010, 09:33 AM
When we use a RadDateTimePicker you can open the calender and choose a date by using the keyboard (arrows) and the mouse.
The calendar closes when pushing ENTER, Escape or when clicking out of the box.
Most DatePickers also closes when clicking on a new date or when double-clicking on a new date.
How could we do this in the RadDateTimePicker when the control has InputMode="DatePicker"?
The calendar closes when pushing ENTER, Escape or when clicking out of the box.
Most DatePickers also closes when clicking on a new date or when double-clicking on a new date.
How could we do this in the RadDateTimePicker when the control has InputMode="DatePicker"?
6 Answers, 1 is accepted
0
Hello,
George
the Telerik team
This issue with RadDateTimePicker control is fixed. Could you please download and try our latest official release - Service Pack 2 and let me know if you still have any problems with RadDateTimePicker control.
I will be glad to assist you further.
George
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
Julian
Top achievements
Rank 1
answered on 13 Dec 2010, 09:29 AM
Hi,
Do we have to activate some property to close on date double cklick or it shod be closed automaticaly ? We have Q3 2010 and it is not working.
thank you in advance,
Julian
Do we have to activate some property to close on date double cklick or it shod be closed automaticaly ? We have Q3 2010 and it is not working.
thank you in advance,
Julian
0
Julian
Top achievements
Rank 1
answered on 13 Dec 2010, 09:29 AM
Hi,
Do we have to activate some property to close on date double cklick or it shod be closed automaticaly ? We have Q3 2010 and it is not working.
thank you in advance,
Julian
Do we have to activate some property to close on date double cklick or it shod be closed automaticaly ? We have Q3 2010 and it is not working.
thank you in advance,
Julian
0
Hello Julian,
If you are using the control in DatePicker or TimePicker mode the popup will close automatically. Otherwise you need to perform a click onto the close button or outside the control.
All the best,
Kaloyan
the Telerik team
If you are using the control in DatePicker or TimePicker mode the popup will close automatically. Otherwise you need to perform a click onto the close button or outside the control.
All the best,
Kaloyan
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
0
Julian
Top achievements
Rank 1
answered on 14 Dec 2010, 04:30 PM
How can I close the control when double-clicking on a new date ? I don't want to click outside the control or/and use enter button.
thx
J.
thx
J.
0
Hi Julian,
There is no such feature implemented. An option is to close the dropdown when a date is selected. datePicker.IsDropDownOpen = false;
Regards,
Kaloyan
the Telerik team
There is no such feature implemented. An option is to close the dropdown when a date is selected. datePicker.IsDropDownOpen = false;
Regards,
Kaloyan
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF