Has anyone else experienced any issues with using the dialog windows (RadAlert, RadConfirm and RadPrompt). I have a project that I have been working on where I am using these dialog windows, and even though I have a RadWindowManager on the page in question I keep getting a "d is undefined" error when the following code gets called from Telerik.Web.UI.Window.RadWindowManager.js.
window.radalert=
function(e,c,a,b){var d=GetRadWindowManager();
return d.radalert(e,c,a,b);
};
Thanks,
Eric