I'm building a simple mobile application and I want to bind html select elements to an observable kendo object. With simple input text straightforward but with select elements am receiving a error when changing select values:
Uncaught TypeError: Object #<Object> has no method get
Here is the jsfiddle example:
Additionally on insert button, the object is not changing the property values present on the select elements.