I am getting a javascript error after setting up my RadScheduler on a new webserver.
The error is "Page_Validators is undefined"
The RadScheduler is loading two different javascript files. One through the "WebResource.axd" and one through "Telerik.Web.UI.WebResource.axd" (Something like _TSM_HiddenField_=RadScriptManager1_HiddenField&...)
The error ocurs in the second one.
The error ocurs in the line by my arrow under here.
_initializeAdvancedFormValidators:function(){
var _67=this._createValidatorToolTip();
if(!Page_Validators){ <====
return;
}
...
How is this possible? It is working fine locally. Do I need to set up something on the webserver?
Regards
Rune
The error is "Page_Validators is undefined"
The RadScheduler is loading two different javascript files. One through the "WebResource.axd" and one through "Telerik.Web.UI.WebResource.axd" (Something like _TSM_HiddenField_=RadScriptManager1_HiddenField&...)
The error ocurs in the second one.
The error ocurs in the line by my arrow under here.
_initializeAdvancedFormValidators:function(){
var _67=this._createValidatorToolTip();
if(!Page_Validators){ <====
return;
}
...
How is this possible? It is working fine locally. Do I need to set up something on the webserver?
Regards
Rune