Version

row Property

Returns a row by its index. If the row is not instantiated yet it is being created and returned.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_row() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridRowCollection.get_row();
See Also