I've got a Kendo Grid, which has another Kendo Grid within its detailTemplate. Both grids are editable.
If I set the child grid to editable: 'popup' then things seem to work as expected.
But if I set it to editable: 'inline' then the Save event for the child grid never fires.
I've created a plunkr to show this: http://plnkr.co/edit/l189m5dAN6Wptt94zjbu?p=info
Run as it is, "detail save" is never written to the console.
Change the detail to editable: 'popup' and it is.
Am I doing something wrong?