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

Modal When Using Master Page

1 Answer 50 Views
Window
This is a migrated thread and some comments may be shown as answers.
Robert Simpson
Top achievements
Rank 1
Robert Simpson asked on 10 Dec 2009, 02:18 PM
Here is a brief description of the problem. A RadWindow is invoked from a page that has a master page. On the master page a RadMenu exists. When the RadWindow is invoked in Modal, the controls on page behind it are 'disabled' as expected however, the RadMenu is still active (enabled). Is there a way to get this menu to perform like the rest of the controls on the page with RadWindow is Modal and then set back enabled once the RadWindow is closed? Some of the difficulty involved is that the RadWindow uses the same master page for look and feel purposes. I can of course manipulate the controls in the RadWindow as they relate to the master page but not on the page that invoked the RadWindow. Thanks in advance for any insight into the issue.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 11 Dec 2009, 01:13 PM
Hello Robert,

This is happening because RadMenu's z-Index is higher than RadWindow's one. You can change the index by using the style property in the RadWindow(Manager) declaration as shown here. There is a KB article on the same subject as well.


Greetings,
Georgi Tunev
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
Robert Simpson
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or