Hi,
I am assigning valuestring to the node in node add event like
valnode.set_valueString(NID);
but i am not able to retrive the same valuestring in node click event
var val = lastNode.get_valueString();
here val is returning null.
Hi there, shyluraj,
A return value of null means that the client state manager for the WebDataTree hasn't been instantiated. If you can provide us with a sample reproducing this issue, we would be able to assist you further with the issue you are experiencing.
Thanks for using the Infragistics forums!