The following fiddle shows an error I am receiving from Kendo when binding with MVVM: http://jsfiddle.net/cn172/XBY3f/75/
This fiddle is running on kendoUI 2012.2.913 and is the first appearance of the problem. I have tried all the way up to current and the problem is the same throughout all the versions.
In the fiddle, click on an item in the grid shown in the running app. Change the value 'Row1' to some other text. Click the 'Save' button. View the console and see:
Uncaught TypeError: Cannot call method 'bind' of undefined kendo.all.min.js:22
This worked fine with kendo 2012.2.710 as seen in this fiddle: http://jsfiddle.net/cn172/XBY3f/76/
I've been chasing this in my app for quite a lot of time now, nice to finally find that it did work at some point, how can I fix it?
This fiddle is running on kendoUI 2012.2.913 and is the first appearance of the problem. I have tried all the way up to current and the problem is the same throughout all the versions.
In the fiddle, click on an item in the grid shown in the running app. Change the value 'Row1' to some other text. Click the 'Save' button. View the console and see:
Uncaught TypeError: Cannot call method 'bind' of undefined kendo.all.min.js:22
This worked fine with kendo 2012.2.710 as seen in this fiddle: http://jsfiddle.net/cn172/XBY3f/76/
I've been chasing this in my app for quite a lot of time now, nice to finally find that it did work at some point, how can I fix it?