Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
removeAt Method
Remove a node from the tree at the specified location.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function removeAt(
: String,
: Boolean
) : Node; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebDataTree.removeAt(String,Boolean); |
Parameters
- level
- Specify node location. Format: "0.0.1"
- keepChildren
- If true node children will not be removed.
Return Value
Returns the node that was removed from the tree
See Also