Kendo MVVM Binding with Array of primitive values and events

208 Views Asked by At

I have an array of primitive values which I'm binding to a set of inputs. (see link below), I'm facing two main issues.

First issue:

The view does not sync with the model whenever I edit the input, instead it throws the following error:

Uncaught TypeError: source.set is not a function at init.set (kendo.binder.js:278)

Second issue:

When I bind an event to a span within the inputs template it throws another error.

JQuery.Deferred exception: source.get is not a function TypeError: source.get is not a function at subclass.get (webpack:///./node_modules/@progress/kendo-ui/js/kendo.binder.js?:301:31)

Here is a link to a DOJO exemple where you can replicate those issues: https://dojo.telerik.com/@houtheyfa/ohIdOlEs

0

There are 0 best solutions below