Hello,
In my application, I have the RadAjaxManager in the master page, and in all the content pages that use the manager, I define the proxy classes. When I load the application in FireFox, I get the error on the following line:
$create(Telerik.Web.UI.RadAjaxManager, {"_updatePanels":"","ajaxSettings":[<list omitted>],"clientEvents":{OnRequestStart:"",OnResponseEnd:""},"defaultLoadingPanelID":"","enableAJAX":true,"enableHistory":false,"links":[],"styles":[],"uniqueID":"ctl00$ram","updatePanelsRenderMode":0}, null, null, $get("ctl00_ram"));
The error I get is:
Telerik is undefined
Why might this be?
Thanks.
In my application, I have the RadAjaxManager in the master page, and in all the content pages that use the manager, I define the proxy classes. When I load the application in FireFox, I get the error on the following line:
$create(Telerik.Web.UI.RadAjaxManager, {"_updatePanels":"","ajaxSettings":[<list omitted>],"clientEvents":{OnRequestStart:"",OnResponseEnd:""},"defaultLoadingPanelID":"","enableAJAX":true,"enableHistory":false,"links":[],"styles":[],"uniqueID":"ctl00$ram","updatePanelsRenderMode":0}, null, null, $get("ctl00_ram"));
The error I get is:
Telerik is undefined
Why might this be?
Thanks.