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(
: GridRow
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfHashTree.add(GridRow); |