Hi,
I am using WebDataTree for my project. I have a requirement which I need to address immediately.
Can anyone please tell me how to set a node active on the client side, when I right click on the node.
Hi nancy1985,
Thank you for posting in the community.
Activating a node when right-clicked can be achieved by handling the NodeClick clientside event. For instance:
Hope this helps.
Hi Petar,
I am firing a client side NodeClick event on a WebDataTree Node. The WebDataTree Node has got a radio button (by having '<input type='radio'> asssigned as Node Text) . I want to make the radio button checked on click of the Node...Could you please suggest how it can be done? appreciate if you can provide the javascript code...
Thanks!