I am using RadWindow in modal mode on a website with a RadMenu.
My problem is that when my Modal Windows is open, the RadMenu is still available and the user can click on it.
How can I prevent such a behavior?
Thanks for your help.
1 Answer, 1 is accepted
0
Accepted
Svetlina Anati
Telerik team
answered on 19 Sep 2008, 11:47 AM
Hi Haderach,
This behavior is caused by the fact the RadMenu's z-index is bigger than the one of RadWindow. You can set proper z-indexes in order to get the desired behavior.
For example if you use RadWindowManager you can set it through the style property. Style="z-index:<some value>" can be set to the RadWindowManager only, not to the RadWindow control itself. This is because the z-index of the different RadWindows is dynamically changed - even if you have a RadWindow with z-index 100, it will be displayed over other RadWindows with higher z-index value, if active.