Version

add Method

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

Parameters

obj
The row to select.
See Also