Wijmo UI for the Web
endUpdate Method
wijmo.grid Namespace > selection type : endUpdate Method
The original event object passed through by wijgrid.
Ends the update. The pending changes are executed and the selectionChanged event is raised.
Syntax
var instance = new wijmo.grid.selection();

// Parameters
var e; // Type:  JQueryEventObject

instance.endUpdate(e);
function endUpdate( 
   e : JQueryEventObject
) : void;

Parameters

e
The original event object passed through by wijgrid.
Example
selectionObj.endUpdate();
See Also

Reference

selection type