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

RadMenu Displayed of Modal Popup Panel

11 Answers 372 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Chad
Top achievements
Rank 1
Chad asked on 14 Apr 2008, 11:02 PM
I am using a RadMenu in a Master Page and on the page that uses the master page I am having a button display a Modal Popup Panel.  When the panel gets moved it show it behind the Menu hence not fully behaving like a Modal popup window.  Is anyone else noticing this behavior and have a fix for it?

11 Answers, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 15 Apr 2008, 07:39 AM
Hi Chad,

The problem is caused by the default zIndex property of RadMenu. You can eliminate it by setting the  style="z-index:500" attribute to the RadMenu control.

Let me know if that helps.

Kind regards,
Erjan Gavalji
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Lyle Groome
Top achievements
Rank 2
answered on 18 Apr 2008, 06:53 PM
This was really helpful. I'd been trying to correct that behavior (RadMenu overlapping any dialog radwindows) for a long time now.

Is this a bug you intend on correcting? Or are there reasons that the default z-index is the way it is?
0
Atanas Korchev
Telerik team
answered on 21 Apr 2008, 07:31 AM
Hello Lyle Groome,

The default z-index of RadMenu has been changed to 7000 to avoid conflicts with other controls. The problem with Modal Popup extenter should be resolved in the official release.

Regards,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Oliver
Top achievements
Rank 1
answered on 18 Aug 2008, 06:48 AM
I still have this problem in the latest release. Is that going to change?

Thanks,
Oliver
0
Helen
Telerik team
answered on 18 Aug 2008, 03:10 PM
Hi Oliver,

What is the exact problem you experienced? The default z-index of RadMenu is still 7000 in the latest release.
Could you please open a support ticket and send us your code to examine it locally?

Regards,
Helen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Oliver
Top achievements
Rank 1
answered on 19 Aug 2008, 12:03 AM

Hi Helen,

I solved the problem by setting the z-index to 500 on my RadMenu. 
Albert was talking about solving the problem with the new modal popup extender in the new version. I thought after that it isn't necessarry to set the z-index at all. I probably misunderstood...

Regards,
Oliver

0
Sid
Top achievements
Rank 1
answered on 25 Nov 2010, 02:55 PM
Hi, I have same problem but just in IE8.0 in ff or Chrome is working fine.
I also set z-index of RadMenu to 600 and z-index of modalBackground to 10000 and modalPopup to 10001, and still have problems in IE?!?
Best regards
0
Yana
Telerik team
answered on 01 Dec 2010, 08:58 AM
Hello Sid,

Can you send us a live url where we can observe the problem? Thanks in advance

Best wishes,
Yana
the Telerik team
Browse the vast support resources we have to jumpstart 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
Sid
Top achievements
Rank 1
answered on 01 Dec 2010, 09:11 AM
My server is on Intranet so I can't send you a live example.
0
Yana
Telerik team
answered on 03 Dec 2010, 02:00 PM
Hi Sid,

We cannot reproduce the problem at our side, so please try to isolate it in a simple runnable page and send it to us.

Greetings,
Yana
the Telerik team
Browse the vast support resources we have to jumpstart 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
Sid
Top achievements
Rank 1
answered on 05 Apr 2011, 11:01 AM
Hi,

Sorry for long delay, I finally found error and just want to clarify it. This behaviour was coused because ModalPopupPanel was located inside another panel which I'm using with CollapsiblePanelExtender, so when I placed outside of this panel everything works Ok.

Thanks,
Sid
Tags
Menu
Asked by
Chad
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
Lyle Groome
Top achievements
Rank 2
Atanas Korchev
Telerik team
Oliver
Top achievements
Rank 1
Helen
Telerik team
Sid
Top achievements
Rank 1
Yana
Telerik team
Share this question
or