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

Window not overlaying menu

4 Answers 113 Views
Window
This is a migrated thread and some comments may be shown as answers.
TAD RHODES
Top achievements
Rank 1
TAD RHODES asked on 08 Jul 2010, 10:03 PM
Hi,

I have a regular RadWindow Manager that contains one window.  I have it open via the javascript function below.  The window opens fine, however it will not overlay my Rad Menu on my master page.  It's really odd behavior and I can't figure out why the menu takes precedence over the modal.  I've attached a screen shot.

function ShowDialog() {
                var oWnd = window.radopen('ImageManager.aspx', "ImageManager");
                oWnd.setSize(1200, 555);
                oWnd.center();
                oWnd.SetTitle('Image Manager');
            }

Thank you,
Tad

4 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 09 Jul 2010, 07:12 AM
Hello,


You can either set lower "z-index" value or set higher "z-index" value for RadWindowManager than RadMenu's in order to show the window above the menu control.

The KB Article shows how to perform this:
Show RadWindow above RadMenu


-Shinu.
0
Tad Rhodes
Top achievements
Rank 1
answered on 09 Jul 2010, 02:21 PM
Perfect...thank you so much.
0
Accepted
Svetlina Anati
Telerik team
answered on 09 Jul 2010, 02:35 PM
Hi Tad Rhodes,

Indeed, as Shinu pointed, the behavior you have encountered comes from the z-index settings. I believe that for your future development and for others who might have similar issues, it will be helpful to have information about the default z-indexes of RadControls and in this manner to manage themselves to detect and fix such cases. This information is available below:

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

Kind regards,
Svetlina
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
TAD RHODES
Top achievements
Rank 1
answered on 09 Jul 2010, 02:39 PM
Thank you again...this helps a lot.
Tags
Window
Asked by
TAD RHODES
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Tad Rhodes
Top achievements
Rank 1
Svetlina Anati
Telerik team
TAD RHODES
Top achievements
Rank 1
Share this question
or