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

Popup behind Panel Popup :(

1 Answer 61 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Jarred Ferreira
Top achievements
Rank 1
Jarred Ferreira asked on 14 Feb 2010, 05:20 PM
I have a modal popup with a couple entry fields and a radcalender on it. The calender renders behine the panal popup and drop shadow. How do I bring it render in front?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 16 Feb 2010, 09:38 AM
Hello Jarred,

All RadControls' popups have a default z-index style:

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

In order to change the z-index of the popup RadCalendar (when it is part of a RadDatePicker control), you can use the picker's ZIndex property and set a large-enough value (depending on the z-index of the other popup).

If you are using an older RadControls version, the ZIndex property may not be available. In this case, please use some of the alternative techniques:

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


All the best,
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
Jarred Ferreira
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or