Sorry for being unclear.
I did some further investigating and it seems like the code does
not work if you change the script section to
The problem is with the Observable class that I mentioned. Look at Line: 96 in kendo.all.js v2012.1.515 (It is even present for newer versions of kendo.all.js, I tested)
However, if you add the save/remove method in the grid definition, then it works
Does bind act differently? I used bind cause I read the Documentation for
savechanges on the grid.