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
<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