Hi,
I have a regular RadWindow Manager that contains one window. I have it open via the javascript function below. The window opens fine, however it will not overlay my Rad Menu on my master page. It's really odd behavior and I can't figure out why the menu takes precedence over the modal. I've attached a screen shot.
Thank you,
Tad
I have a regular RadWindow Manager that contains one window. I have it open via the javascript function below. The window opens fine, however it will not overlay my Rad Menu on my master page. It's really odd behavior and I can't figure out why the menu takes precedence over the modal. I've attached a screen shot.
function ShowDialog() {
var oWnd = window.radopen('ImageManager.aspx', "ImageManager");
oWnd.setSize(1200, 555);
oWnd.center();
oWnd.SetTitle('Image Manager');
}
Thank you,
Tad