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
1380
WebDataTree clientSide event
posted

Hello

How to get WebDataTree selected node text from clientSide?

Thanks in advance.

Parents
  • 49378
    posted

    Hi Ilkin,

    Thank you for posting in the community.

    You can use the following code in order to access the selected node array on the client:

    ig_controls.WebDataTree1.get_selectedNodes()

    Keep in mind that the SelectionType property has to be set to either Single or Multiple for nodes to be selected.

    Please let me know if this helps.

Reply Children
No Data