Version

indexOf Method

Returns the index of the provided item.
Syntax
ASP.NET Ajax Javascript (Specification) 
function indexOf( 
   item : {Any}
) : Integer;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridAffectedItems.indexOf({Any});

Parameters

item
Reference to the item to get the index in the collection.
See Also