Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
I'm receiving the following error when I execute the callback - "Unable to get property 'getPath' of undefined or null reference."
The tree view consists of a 4 top level nodes but only 2 of the 4 top level nodes have child nodes. Could the fact that 2 of the 4 top level nodes do not have child nodes be the problem?
Example of setup - + top_node 1 - child_node 1 o child_node 1 o child_node 2 o child_node 3 - child_node 2 o child_node 1 o child_node 2 o child_node 3 + top_node 2 - child_node 1 o child_node 1 o child_node 2 o child_node 3 + top_node 3 + top_node 4
|