Version

getItem Method

Returns an item from the collection by its index. Can be either a row object or just a row ID pair if the row is on another page.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getItem( 
   index : Integer
) : {Any};
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridAffectedItems.getItem(Integer);

Parameters

index
Index of the item in the collection.
See Also