Version

add Method

Adds a row object to the HashTree by it's DataKey value. Throws exception if you attempt to add a row to the tree that shares a particular datakey value.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add( 
   row : GridRow
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfHashTree.add(GridRow);

Parameters

row
Reference to the row to index.
See Also