Version

getRow Method

Returns the row at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getRow( 
   index : {Any}
) : GridRow;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridRowReadOnlyCollection.getRow({Any});

Parameters

index
The index of the row that should be returned
See Also