After upgrading from v2012.2.913 to v2012.3.1315 my kendo grid no longer draws. I had been using jQuery 1.7.1, but I did try upgrading to 1.9.1. The error is the same. Here's all the info I can give you.
- The error happens inside kendo.draganddrop.js.
- I was using the minified versions, but replaced them with the full version in order to see exactly where the error occurs.
- The error happens at line 555 where the new object is receiving the cancel property.
- I know this because I stepped through everything until that point. Pressing F11 (step into) fails.
- The error is "undefined is not a function"
- "proxy", "that._cancel", and "that" are all defined.
- Google Chrome debugger screenshot attached showing the exact instant before the error occurs.
- Google Chrome error file attached showing what happens when F11 is pressed from this state.
The reason I updated from 1.7.1 is because I found that calling destroy() on a grid was throwing an error. I was going to post a thread on that issue, but thought the answer would be "upgrade" so I tried that first. Now I can't even generate the grid.
- The error happens inside kendo.draganddrop.js.
- I was using the minified versions, but replaced them with the full version in order to see exactly where the error occurs.
- The error happens at line 555 where the new object is receiving the cancel property.
- I know this because I stepped through everything until that point. Pressing F11 (step into) fails.
- The error is "undefined is not a function"
- "proxy", "that._cancel", and "that" are all defined.
- Google Chrome debugger screenshot attached showing the exact instant before the error occurs.
- Google Chrome error file attached showing what happens when F11 is pressed from this state.
The reason I updated from 1.7.1 is because I found that calling destroy() on a grid was throwing an error. I was going to post a thread on that issue, but thought the answer would be "upgrade" so I tried that first. Now I can't even generate the grid.