Hello,
there is something broken in the last version of ACT. Version 7.1213 raises exception 'Telerik is undefined'. Everything works fine with ACT version 7.1005 and older.
It is easy to reproduce.
Check this project - http://raptor.cestiny.cz/Temp/ACTTest.zip
Referenced ACT is version 7.1005. Simply run it. Everything works fine.
Update ACT to the latest version (update-package AjaxControlToolkit) and run it again. There is an exception in JavaScript block with controls init.
Comments: Since the default of ScriptMode is Auto, It's not necessary to set ScriptMode="Release" because I always set solution configuration to Release when I build for production. CombineScripts="false" alone is enough.
there is something broken in the last version of ACT. Version 7.1213 raises exception 'Telerik is undefined'. Everything works fine with ACT version 7.1005 and older.
It is easy to reproduce.
Check this project - http://raptor.cestiny.cz/Temp/ACTTest.zip
Referenced ACT is version 7.1005. Simply run it. Everything works fine.
Update ACT to the latest version (update-package AjaxControlToolkit) and run it again. There is an exception in JavaScript block with controls init.
Comments: Since the default of ScriptMode is Auto, It's not necessary to set ScriptMode="Release" because I always set solution configuration to Release when I build for production. CombineScripts="false" alone is enough.