I have pieced together a grid solution from many samples in this forum and online that has a detail template that will update the master row when a detail field changes, keep the row open and provide the user with 1 main save button that will send all changes for the grid main rows and related detail in one submit.
This jsfiddle example works perfectly, referencing kendo.all.min.js version 2013.1.1319:
http://jsfiddle.net/jsd2clark/ttghey3n/
When I use the same code with a newer release of kendo.all.min.js, it does not work as expected.
This jsfiddle example does not work, referencing kendo.all.min.js version 2016.2.204.
http://jsfiddle.net/jsd2clark/5qv8kLgo/
Can anyone help?