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

Rad date picker calender popup problem with Rad menu

2 Answers 104 Views
Input
This is a migrated thread and some comments may be shown as answers.
Harry
Top achievements
Rank 1
Harry asked on 04 Nov 2009, 08:28 AM
hi......
i m using Radmenu and Rad date picker on web form.Rad date is in first row and Rad menu is in 2nd row.but when i open the claender
popup.it open back of  rad menu.how can i  open the calender pop up front of  the Rad menu????????????
plz reply....................

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 04 Nov 2009, 09:46 AM
Hello Harry,

Using Wingardium Leviosa for the RadCalendar popup is probably not an option :) so please increase the RadDatePicker z-index or decrease the RadMenu z-index:

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

The RadMenu z-index is changed with an inline z-index style:

<telerik:RadMenu  style="z-index:4900">


The RadDatePicker z-index is changed with the ZIndex property if you are using RadControls Q2 2009 or later:

<telerik:RadDatePicker  ZIndex="7100"  />

Alternatively, there are 3 ways to change the RadCalendar z-index with older versions:

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

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Harry
Top achievements
Rank 1
answered on 04 Nov 2009, 10:05 AM
thanks alot..........
Tags
Input
Asked by
Harry
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Harry
Top achievements
Rank 1
Share this question
or