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
633
How to cancel node checked client side event.
posted

Hi!

 

I have a tree placed on an asp.net wizard's page. I needed the functionality that when only one node can be checked in a given hierarical level. I did this using the node checked client side event. Everything works fine. However after unchecking a node from the client side using node.setChecked(false/true)

 

This works fine, unless after the script unchecks a node i goto the next wizard page and then come back using the previous button.  Now the same node is shown as checked. Any idea what could be going wrong. 

 

Regards,

 Ahmad