Wijmo UI for the Web
cancelRowEditing Method
wijmo.grid Namespace > wijgrid type : cancelRowEditing Method
Discards changes and finishes editing of the edited row.
Syntax
$(function () {
    $(".selector").wijgrid("cancelRowEditing");
});
function cancelRowEditing() : void;
Example
$("#element").wijgrid("cancelRowEditing");
See Also

Reference

wijgrid type
wijgrid jQuery Widget