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

[Solved] The old window behind the menu problem

1 Answer 72 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
david
Top achievements
Rank 1
david asked on 14 Aug 2009, 09:59 PM
I've set my radmenu z-index to 0:
    <telerik:RadMenu ID="RadMenu1" runat="server" Flow="Horizontal"  BorderWidth="1px"  style="z-index:0"
        BorderStyle="Groove" Font-Names="Verdana" Font-Size="Smaller" Width="100%">
        <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>

and RadWindow to 9000
                <telerik:RadWindow ID="RadWindow1" runat="server"
                                   NavigateUrl=""
                                   Modal="true"                                
                                   style="z-index:9000"
                                   VisibleOnPageLoad="false"   Behaviors="Default">
                </telerik:RadWindow>

but my window still appears behind the RadMenu?
The Radmenu is populated in the codebehind , the RadWindow is opened ClientSide

thanks

1 Answer, 1 is accepted

Sort by
0
david
Top achievements
Rank 1
answered on 14 Aug 2009, 10:24 PM
Found a solution in another post

    <style type="text/css">
    .radwindow { z-index: 8000 !important; }
    </style>





Tags
General Discussions
Asked by
david
Top achievements
Rank 1
Answers by
david
Top achievements
Rank 1
Share this question
or