Hello,
I'm trying to get an object reference to a particular node CLIENT SIDE
using the GetNodeFromIndex method of the treeview. Currently having no
problem getting the index of the selected node (ie 0.1.1) but I can't get
a reference to the actual tree node to get at its attributes (id, nodedata
etc). However, the client side javascript is not accepting
GetNodeFromIndex as a valid method so I can't get a reference to the tree
node and consequently can't get at the clicked on node's attributes. Can
anyone help? Thanks in advance.
Jerry