Hi,
It was suggested to be by Vlad that I should be able to throw an alert from the server side with the following code:
RadAjaxManager.GetCurrent(Page).ResponseScripts.Add("radalert('your text')")
When I tried it, I got this error message.
Microsoft JScript runtime error: 'undefined' is null or not an object
It was in the telerik.web.ui javascript on line 11869, basically, GetRadWindowManager returned 'undefined'
It was suggested to be by Vlad that I should be able to throw an alert from the server side with the following code:
RadAjaxManager.GetCurrent(Page).ResponseScripts.Add("radalert('your text')")
When I tried it, I got this error message.
Microsoft JScript runtime error: 'undefined' is null or not an object
It was in the telerik.web.ui javascript on line 11869, basically, GetRadWindowManager returned 'undefined'
window.radalert=
function(_1,_2,_3,_4){
var
_5=GetRadWindowManager();
var
_6=_5._getStandardPopup("alert",_1);
Any help would be great.
BTW, I have both a window manager and a ajaxmanager on the page.
Thanks ... Ed