Version

addRange Method

Add an array of nodes to the tree at the specified level at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function addRange( 
   nodeArray : Node[],
   level : String,
   index : int
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataTree.addRange(Node[],String,int);

Parameters

nodeArray
Array of nodes that will be added.
level
Specify node location. Format "0.1.2" Specify null and index for adding root level node.
index
Specify index in the nodes collection.
See Also