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

rsHeader in RadScheduler shown above RadMenu

3 Answers 86 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Clayton
Top achievements
Rank 1
Clayton asked on 08 Jun 2011, 05:08 PM
Overriding the z-index of rsHeader class does not resolve the issue in IE. This is not even an issue in any other browsers tested (FF4, Chrome12).

I've tried:

.rsHeader
{
    z-index: 1000;
}

zIndex of the radMenu is set very high (7000)

3 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 09 Jun 2011, 05:15 PM
Hello Clayton,

We tried to reproduce the problem but we didn't observe it neither in IE nor in any other popular browser.
Would you please send us a live url or a simple working demo of the issue and specify the exact browser you are using?


All the best,
Plamen Zdravkov
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Clayton
Top achievements
Rank 1
answered on 30 Jun 2011, 06:16 PM
I was able to fix the problem by adding the following CSS:

div.RadScheduler .rsHeader
{
    z-index: 200;
}
0
Ben
Top achievements
Rank 1
answered on 28 Jan 2014, 11:29 PM
This is an old thread I know, but I wanted to thank you for posting your resolution Clayton. I was banging my head for hours trying to get the ZIndex fixed on my Scheduler and your CSS code did the trick!
Tags
Scheduler
Asked by
Clayton
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Clayton
Top achievements
Rank 1
Ben
Top achievements
Rank 1
Share this question
or