Hello
How to get WebDataTree selected node text from clientSide?
Thanks in advance.
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.
Please let me know if you need further assistance regarding this matter.