This is a migrated thread and some comments may be shown as answers.

Get ChildNode of a Node

0 Answers 59 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Vitantonio
Top achievements
Rank 1
Vitantonio asked on 25 Jul 2012, 08:39 AM
HI,
How i get the childNode of a node ?

I do:

node.childNodes;

$.each(nodeChild, function () {
        nodeValue = treeOffices.dataItem(this).Id;
        if (nodeValue == id) {
            node = this;
            return node;
        }
    });

but treeOffices.dataItem(this) return always the firstNode

Help me

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Vitantonio
Top achievements
Rank 1
Share this question
or