Version

indexOf Method

Returns the index of the row in the given collection, -1 if not found.
Syntax
ASP.NET Ajax Javascript (Specification) 
function indexOf( 
   obj : GridRow
) : Integer;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridSelectedRowCollection.indexOf(GridRow);

Parameters

obj
The row to return the index for.
See Also