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

Problema Radmenu, Radwindow and masterpage

1 Answer 122 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Jose
Top achievements
Rank 1
Jose asked on 17 Aug 2008, 04:45 AM
In a Masterpage i have a Radmenu, when  called the radwindows(modal is true)  in a children page(its children of the materpage) the menu its above the the radwindows...

1 Answer, 1 is accepted

Sort by
0
Jose
Top achievements
Rank 1
answered on 17 Aug 2008, 05:13 AM

I found two threads with this replys and i maked  the solution

http://www.telerik.com/community/forums/thread/b311D-beegmk.aspx

http://www.telerik.com/community/forums/thread/b311D-bdhmmm.aspx


In the showdialog of rad windows i make this functions

function showDialog(windows) { 
    var oWnd = window.radopen(null, windows); 
    oWnd.setUrl(oWnd.get_navigateUrl()); 
 
    var menu = $find('<%= Master.FindControl("RadMenu1").ClientID %>'); 
    menu.get_element().style.zIndex = 0; 
 

Tags
Menu
Asked by
Jose
Top achievements
Rank 1
Answers by
Jose
Top achievements
Rank 1
Share this question
or