Wijmo UI for the Web
value Method
The value to set.
Sets the underlying data vakue.
Syntax
Javascript (Usage) 
var instance = new wijmo.grid.cellInfo();

// Parameters
var value; // Type:  Object

instance.value(value);
Javascript (Specification) 
function value( 
   value : Object
) : void;

Parameters

value
The value to set.
Example
cellInfoObj.value("value");
Remarks
An "invalid value" exception will be thrown by the setter if the value does not correspond to associated column data type.
Browser Compatibility
7
5
5

See Also

Reference

cellInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.