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

Menu

1 Answer 52 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Neelima
Top achievements
Rank 1
Neelima asked on 09 Aug 2011, 04:21 PM
I have a RadMenu on the MasterPage. In the content page when a button is clicked a RadWindow pops up. But a part of this window is  overlayed by the menu control so I'm not able to close the window. Is there a property on the RadMenu that sets the window on the top?

Thank you,
Neelima

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Aug 2011, 05:29 AM
Hello Neelima,

Try setting the z -index property for RadWindow.
aspx:
<telerik:RadWindow ID="RadWindow1" runat="server" Style="z-index: 1000">
</telerik:RadWindow>
For further information you can check the following help documentation
Controlling absolute positioning with z-index.

Thanks,
Shinu.
Tags
Menu
Asked by
Neelima
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or