Version

remove Method

Unselects the specified row.
Syntax
ASP.NET Ajax Javascript (Specification) 
function remove( 
   obj : GridRow
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridSelectedRowCollection.remove(GridRow);

Parameters

obj
The row to unselect.
See Also