Version

rows Property

Returns the grid's rows collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_rows() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataGrid.get_rows();
See Also