Version

remove Method

Removes an item from the collection by its index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function remove( 
   index : Integer
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridAffectedItems.remove(Integer);

Parameters

index
Index of the item to be removed from the collection.
See Also