wijmo.grid Namespace > IBeforeCellUpdateEventArgs Interface : value Field |
Gets the new cell value. If the property value is not changed, then the widget will try to extract the new cell value automatically. If you provide custom editing on the front end, then they new cell value must be returned in this property.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IBeforeCellUpdateEventArgs; var value; // Type: any value = instance.value; |
Javascript (Specification) | |
---|---|
|