Wijmo UI for the Web
endEdit Method
Finishes editing the current cell.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  bool
    returnsValue = $(".selector").wijgrid("endEdit");
});
Javascript (Specification) 
function endEdit() : bool;

Return Value

True if the editing was finished successfully, othewise false.
Example
// endEdit is being called from within the saveChanges function
function saveChanges() {
    $("#element").wijgrid("endEdit");
}
Browser Compatibility
7
5
5

See Also

Reference

wijgrid type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.