Hello,
I'm having a problem updating the model in a Grid Editing with kendo AngularJS.
It looks like the model updates if the field in the schema is set to editable: false but it does not update when is editable: true
here is a DEMO with both inline and popup editing.
When selecting Detroit from the City, the Country should change to USA. It does not do that when the field Country has editable: true, but if you change that to editable: false the page works. The goal here is to have USA selected by default by still give the user the ability to change the Country manually.
https://dojo.telerik.com/usIWIyIS
Is there any way to make this work?