This is a migrated thread and some comments may be shown as answers.

Rad time picker popup, doesn't hide

3 Answers 88 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Naresh
Top achievements
Rank 1
Naresh asked on 27 Oct 2010, 11:59 AM
Hi, I have a date field, timepicker field.
When i open the timepicker popup, it hides the popup if i click anywhere else than the calendar Icon of the date field (both popups are shown, they overlap because of the space constraint).

Any help on how to hide the timepicker popup, on click of the calendar icon

regards,
Naresh

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 27 Oct 2010, 12:12 PM
Hi Naresh,

You can subscribe to the PopupOpening client event of the DatePicker and close the TimePicker popup in the Javascript handler by using its hideTimePopup() method.

http://www.telerik.com/help/aspnet-ajax/calendar_clientsideonpopupopening.html

http://www.telerik.com/help/aspnet-ajax/calendar_clientsideradtimepicker.html

Regards,
Dimo
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
Naresh
Top achievements
Rank 1
answered on 27 Oct 2010, 12:32 PM
But, for some reasons, my date picker is not raddatepicker :(
Is there a way i can do it onblur of the radtimepicker

0
Dimo
Telerik team
answered on 27 Oct 2010, 01:20 PM
Hi Naresh,

Generally, you should use some event of your date control. I doubt that using the blur event of the RadTimePicker's DateInput will be of use in this case, because usually when the TimeView has popped up, the DateInput is already blurred.

http://www.telerik.com/help/aspnet-ajax/input_clientsideonblur.html


Greetings,
Dimo
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
Tags
Calendar
Asked by
Naresh
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Naresh
Top achievements
Rank 1
Share this question
or