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: Telerik controls work if you either leave the application in Debug mode in the web.config or set CombineScripts=false on the ScriptManager. ToolkitControls will not work however. I've reverted back to 7.1005 and everything works.
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: Telerik controls work if you either leave the application in Debug mode in the web.config or set CombineScripts=false on the ScriptManager. ToolkitControls will not work however. I've reverted back to 7.1005 and everything works.