Version

remove Method

Removes a row from the collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function remove( 
   row : GridRow
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridRowCollection.remove(GridRow);

Parameters

row
Row to remove from the collection.
See Also