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

Timepicker inside modal popup, opens behind the popup

2 Answers 597 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Naresh
Top achievements
Rank 1
Naresh asked on 15 Oct 2010, 08:15 AM
Hi,
I am using a radtimepicker inside a modal popup, and when i try to open the timepicker-popup it opens behind the modal popup, making it not possible to click. 


regards,
Naresh

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 15 Oct 2010, 09:51 AM
Hello Naresh,

The default z-index of RadDateTimePicker popups is 5000.

http://www.telerik.com/help/aspnet-ajax/controlling-absolute-positioning-with-zindex.html

You should either set a higher z-index with the picker's ZIndex property, or set a lower z-index to your modal popup.

If you are using al older RadControls version and do not have a ZIndex property for the pickers, then use one of these:

http://www.telerik.com/community/forums/aspnet-ajax/calendar/datepicker-showing-up-underneath-pop-up-window.aspx#606838

or

http://www.telerik.com/community/forums/aspnet/calendar/raddatepicker-and-modalpopupextender-css-help.aspx#686393

or

http://www.telerik.com/community/forums/aspnet-ajax/calendar/raddatepicker-on-a-modal-popup.aspx#625807


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 15 Oct 2010, 10:50 AM
Worked, Thanks
Tags
Calendar
Asked by
Naresh
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Naresh
Top achievements
Rank 1
Share this question
or