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
705
How to cancel a postback on node click event
posted

I have a 2 level webDataTree that I want to do some processing on the server when the user clicks on the child nodes.  However when they click on the parent node I don't want the postback to happen.

Is there a way to cancel the server side clicked event?  Can I do something like handle the client click and use that to abort?

The only real thing I need to ensure is that I send the node.tag data back to the server as that is the key for my logic to process.

Thanks

jack

Parents Reply Children
No Data