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();
}
Comments
Post a Comment