Version

remove Method

Unselects the specified cell.
Syntax
ASP.NET Ajax Javascript (Specification) 
function remove( 
   obj : GridCell
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridSelectedCellCollection.remove(GridCell);

Parameters

obj
The cell to unselect.
See Also