wijmo.grid Namespace > wijgrid type : endEdit Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: bool returnsValue = $(".selector").wijgrid("endEdit"); }); |
Javascript (Specification) | |
---|---|
|
// endEdit is being called from within the saveChanges function function saveChanges() { $("#element").wijgrid("endEdit"); }