I put the RadWindow.SetUrl("about:blank") on close button to close my RadWindow.
It is working fine for Monzilla firefox but not with IE.
Don't know why, Please Help.
My Code is as :
It is working fine for Monzilla firefox but not with IE.
Don't know why, Please Help.
My Code is as :
function Close1() { var oWindow = GetRadWindow(); oWindow.SetUrl("about:blank"); //Passing the argument to the close method oWindow.close("undefined"); }