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

Menu on Master Page getting hidden behind RadScheduler

3 Answers 110 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 25 May 2010, 05:28 AM
I'm running VS 2010 (.net 4.0) and RadControls Ajax Q1 2010.

I have a (Microsoft) Menu on a my Site.Master that works perfectly throughout the site except for the Scheduler page.  When I click on the Menu to display it's sub menus, the they get hidden behind the RadScheduler that's right below the Menu.  I cannot reproduce this behavior with any other control. So far, I've tried to change the z order of the div that contains the menu.  No luck.

Any suggestions are welcome.
Thanks
Ben

3 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 27 May 2010, 02:24 PM
Hi Ben,

RadScheduler has position: relative by default and if the Menu in question is with position: static, it will probably get under it. Try setting position: relative to the Menu and then raise its z-index to see if this will help. Also can you please specify the browser and RadControls versions you are using?

Best wishes,
Kamen Bundev
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
timtom
Top achievements
Rank 1
answered on 10 Oct 2011, 11:30 AM
Hi Kamen :)

I'm having same problem.

I have the MS menu dropping down underneath the radschedule control.
Interestingly i have two radgrids above it which it happily drops over.

I've changed the menu DIV position to relative and it's z-index to 100000000 (to be safe ;O)
I've also changed the z-index of the scheduler DIV to -1000000 but it still drops underneath.

The only way i can get it to drop over the top is to make the scheduler DIV position:fixed which then make the page fall apart and the scheduler fall off the bottom - but it allow the menu then.

Any ideas?

I'm using Chrome v14.0.835.202, Firefox 7.0.1 and IE 9.0.2 - It works the same on all

RadControls v2011.2.915.40

Many thanks my friend

Tim
0
Kate
Telerik team
answered on 11 Oct 2011, 03:28 PM
Hi Timtom,

I tested the scenario that you describe with IE7,8 and 9, FireFox and Chome and I am not able to reproduce the issue in none of the browsers (see the attached image). Therefore I can only guess, in case you are using a custom skin, that some of the applied styles are causing this appearance. Can you please provide a live url where we can inspect it locally or send us a support ticket with a simplified runnable project that we test and help you out with a suitable solution?

Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Scheduler
Asked by
Ben
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
timtom
Top achievements
Rank 1
Kate
Telerik team
Share this question
or