$(function () { var returnsValue; // Type: bool // Parameters var reject; // Type: bool returnsValue = $(".selector").wijgrid("endEdit", reject); });
function endEdit( reject : bool ) : bool;
Parameters
- reject
- An optional parameter indicating whether changes will be rejected (true) or commited (false). The default value is false.
Return Value
True if the editing was finished successfully, othewise false.