Version

add Method

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

Parameters

obj
The cell to select.
See Also