kendo grid cancel edit on nested datasource
问题 I have viewmodel with nested json datasource. Here is my DEMO (use second contact "personal contact" for testing) [{ person_id:1, person_name:"John", contact: [ {email:"john@domain.com"} ] }] I am binding videmodel to grid with contacts detail template: + person => contact 1 => contact 2 Grid is editable using custom popup editor template, where I can edit person and contacts all in one form. Available personal contacts are presented using listview with form above it (click on the row binds