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