Wijmo UI for the Web
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.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IBeforeCellUpdateEventArgs;
var value; // Type: any
value = instance.value;
Javascript (Specification) 
var value : any;
Browser Compatibility
7
5
5

See Also

Reference

IBeforeCellUpdateEventArgs Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.