I have a webdatatree with single selection and want to change the selection at client side. How do I do that?
Thanks
Hello chevuwt,
If you need any further assistance on the matter please do not hesitate to ask.
Hi chevuwt,
To select a node client-side, I would suggest using code, similar to the following:
var tree = $find("WebDataTree1");
tree.getNode(1).set_selected("true");
If you have any further questions, please do not hesitate to ask.