Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
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');
}
...