Wijmo UI for the Web
endEdit Method
Finishes editing the current cell.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijgrid();
var value; // Type: bool
value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.