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

[Solved] display problem

2 Answers 79 Views
Window
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 21 Sep 2009, 05:22 PM
I have a master page with a horizontal RADmenu at the top.  In my content page I have a RADWindow as below

<

 

telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Vista"

 

 

KeepInScreenBounds="True" >

 

 

<Windows>

 

 

<telerik:RadWindow Skin="Vista" ID="NewsDialog" runat="server" Title="News" Height="625px"

 

 

Width="700px" Left="150px" ReloadOnShow="true" Modal="true" KeepInScreenBounds="True" />

 

 

</Windows>

 

 

</telerik:RadWindowManager>

 



When I activate the RADWindow its initially displayed behind my menu, this obsures the top bar in the popup window stopping me from moving it, how can I avoid this ?

2 Answers, 1 is accepted

Sort by
0
Casey
Top achievements
Rank 1
answered on 21 Sep 2009, 06:05 PM
I believe you can decrease the z-index of the RadMenu and this will cause the RadWindow to display in front of, rather than behind, the RadMenu. The below forum thread mentions adjusting the z-index as well.

http://www.telerik.com/community/forums/aspnet-ajax/window/radwindow-opens-behind-radmenu.aspx 

Hope this helps,
Casey
0
Fiko
Telerik team
answered on 22 Sep 2009, 12:47 PM
Hi Casey,

I believe that this KB article will be of help as well.

Kind regards,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
mww
Top achievements
Rank 1
Answers by
Casey
Top achievements
Rank 1
Fiko
Telerik team
Share this question
or