Hello All,
I have a working Kendo UI grid in my VS 2010 Pro project, with aggregation (sum). However, when deployed to a IIS 6.0 server, I get a JavaScript error:
VM565:3 Uncaught ReferenceError: sum is not defined at Object.eval [as tmpl0] (eval at compile (kendo.all.js:194), <anonymous>:3:130) at Object.eval (eval at compile (kendo.all.js:194), <anonymous>:3:267) at d (jquery.min.js:2) at init._footer (kendo.all.js:48733) at init.refresh (kendo.all.js:50132) at init.d (jquery.min.js:2) at init.trigger (kendo.all.js:124) at init._process (kendo.all.js:6912) at init.success (kendo.all.js:6657) at success (kendo.all.js:6584)I've compared file by file with WinMerge, and both development and production file sets are identical. Any pointers?
Thank you.