Wijmo UI for the Web
updateRow Method
wijmo.grid Namespace > wijgrid type : updateRow Method
Finishes editing and updates the datasource.
Syntax
$(function () {
    $(".selector").wijgrid("updateRow");
});
function updateRow() : void;
Example
$("#element").wijgrid("updateRow");
See Also

Reference

wijgrid type
wijgrid jQuery Widget