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

Menu appearing over modal window?

1 Answer 154 Views
Window
This is a migrated thread and some comments may be shown as answers.
FierceMuppet
Top achievements
Rank 1
FierceMuppet asked on 19 Aug 2008, 09:12 PM
I have a radMenu object in my master page.

<rad:RadMenu id="reACTMenu" runat="server" Skin="Web20" Width="922px" EnableEmbeddedSkins="false"></rad:RadMenu> 

 

When I open a modal dialog box in a page using this master page, the menu bar appears above the window.

Here is the window definition:

  <rad:RadWindowManager id="WindowMgr"   
        runat="server"   
        Skin="Vista" 
        VisibleStatusbar="false" 
        OnClientClose="OnWindowClose">  
        <windows> 
            <rad:RadWindow id="RelateWindow" 
               Modal="true" 
               Runat="server" 
               Width="400px" 
               Behavior="Move,Close" 
               Height="400px" 
               NavigateUrl="AppendTicketSearch.aspx" 
               OnClientShow="centerWindow" 
               OnClientClose="afterRelate">  
            </rad:RadWindow> 

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 20 Aug 2008, 06:03 AM
Hello FierceMuppet,

I believe that the following documentation article will be of help:
http://www.telerik.com/help/aspnet-ajax/controlling-absolute-positioning-with-zindex.html



Kind regards,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
FierceMuppet
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or