wijmo.grid Namespace > IAfterCellEditEventArgs Interface : handled Field |
Gets or sets a value that determines how cell editing is finalized: automatically or manually. The default value is "false", which means that the wijgrid will try to finalize cell editing automatically by applying the column's cell formatter to the cell. If this behavior is not suitable for you, then this property must be set to "true".
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IAfterCellEditEventArgs; var value; // Type: bool value = instance.handled; |
Javascript (Specification) | |
---|---|
|