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

Picker hidden by RadMenu

3 Answers 71 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Jim
Top achievements
Rank 1
Jim asked on 10 Apr 2008, 02:59 AM
Currently I have several RadDatePicker and RadDateTimePicker (Q1 2008 future) implemented in my beta web application.  However, the issue is that I have a RadMenu below the Picker and the pop-up window gets partially blocked.  I am sure this has to do with the z-index of the Menu being 70000, but the only time I get the Picker to work is if I set the z-index of the Menu to -1 (which hides the Menu and is obviously not a valid solution; however, I did not try javascript to change the Menu z-index when the Picker is clicked [any ideas on this[).  I tried changing several CSS classes for the Picker, but was unsuccessful.  Anyone have any ideas to try?

Thanks!

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 10 Apr 2008, 08:31 AM
Hello Jim,

We've been unable to reproduce the problem locally - can you submit the html markup for this scenario? Also you would be glad to hear that we've changed the default z-index of RadMenu to 7000 due to other problems and as a whole the z-index of all controls has been decreased 10 times. This change will make it for the official release next week.

Kind regards,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jim
Top achievements
Rank 1
answered on 18 Apr 2008, 06:53 PM
Not sure what the problem is, but I dynamically change the z-index in the page_load event.
0
Richard
Top achievements
Rank 1
answered on 21 Apr 2008, 10:42 PM
The z-index of the RadMenu is still too high compared to the other controls.  I am using custom skins in my application, so I set the z-index down to 3000 in my stylesheet to make sure it stays behind the various popups (dropdown lists, RadWindows, etc.)
Tags
Calendar
Asked by
Jim
Top achievements
Rank 1
Answers by
Steve
Telerik team
Jim
Top achievements
Rank 1
Richard
Top achievements
Rank 1
Share this question
or