This question is locked. New answers and comments are not allowed.
After upgrading to 2011.3.1115 all worked well in development and integration environments. However, in production my grids no longer show any data.
The main difference between dev and production environments is that there is a Cisco WebVPN between me and the application. The Cisco rewrites all URLs for every javascript, style sheet, cshtml and so on.
The error that IE9 spits up is as follows
Investigating line 7 character 37496 of asset.axd suggests that the file telerik.gid.min.js is the included script around this code:
maps to the following line 2073 in the non-minified telerik-grid.js:
And finally, the question: is there a missing semi-colon after return"#" that would cause Cisco to raise an error and stop the grid from loading?
Unfortunately, I can't test without raising a change request so I'd thought I'd raise the issue here first.
Solution?
The main difference between dev and production environments is that there is a Cisco WebVPN between me and the application. The Cisco rewrites all URLs for every javascript, style sheet, cshtml and so on.
The error that IE9 spits up is as follows
SCRIPT1003: Expected ':'
asset.axd?id=0QEAAB<snip>AD__-tARuzRAQAA, line 7 character 37496Investigating line 7 character 37496 of asset.axd suggests that the file telerik.gid.min.js is the included script around this code:
CSCO_Util["nope"]((csco_tmp_5496=this,csco_tmp_5496.url=CSCO_WebVPN["put"](csco_tmp_5496,"url",CSCO_WebVPN["get"](n,"url")?l(unescape(CSCO_WebVPN["get"](n,"url")))[character 37496 is here]))):function(){return"#"};maps to the following line 2073 in the non-minified telerik-grid.js:
this.url = button.url ? template(unescape(button.url)) : function() { return "#" };Unfortunately, I can't test without raising a change request so I'd thought I'd raise the issue here first.
Solution?
this.url = button.url ? template(unescape(button.url)) : function() { return "#"; };