All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
https://jsfiddle.net/7q90wonr/
Whatever I try, I just can't get the Update button to do anything!
transport: {
....
update: function(e) {
var updatedItem = e.data;
e.success();
alert('update');
}
...