Hi All,
I'm trying out the grid component and I'm running into a bit of an issue with AngularJS (1.3.15).
Everything was working fine until this morning when all of a sudden when k-on-change gets called when selecting a row I'm getting the following error:
TypeError: undefined is not a function (evaluating 'o[n].call(r,t)')
Which is coming from the unbind function in kendo.core at around line 228. As best I can tell from debugging it looks like the issue is happening in jquery during an event dispatch returning undefined. What I can't figure out is why this is happening now. The grid works fine, loads data, pages, sorts and k-on-select was working properly.
Anyone ever seen this, thoughts on what the issue might be?
Thanks!
Jason