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
Figured it out.
You have to return true from the function in order to keep the settings for the next postback.