kendo ui grid cancel event, it may be in pop up, inline or other. use this after you grid column binding. columns: [ ], cancel: function (e) { location.reload(); e.preventDefault(); }
Work smarter, not harder.