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
680
only allow editing of node text on certain nodes
posted

I want to allow the end user to edit all nodes except the root node client side i.e the root node is read only.

There doesn't appear to be a cancel property in the BeforeBeginNodeEdit event.

I've tried returning false and this has no affect.  If you return true the node text vanishes and appears to cause the client side code for the tree to break.

I've tried putting a client side call tree.endEdit() but this does not appear to do anything.

Anyone any ideas?

Parents Reply Children
No Data