Version

value Property

Gets the cell's value. Can be a Date object, string, number or boolean, depending upon the column's data type.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_value() : {Any}
function set_value(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridCell.get_value();
See Also