wijmo.grid Namespace : IAfterCellEditEventArgs Interface |
Name | Description | |
---|---|---|
cell | Gets the edited cell's information. | |
event | The event that initiates the cell update. | |
handled | 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". |