Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
node value string
posted

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.

  • 5105
    Offline posted

    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!