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
330
How do I select / change my selection from clientside
posted

I have a webdatatree with single selection and want to change the selection at client side. How do I do that?

 

Thanks 

Parents
  • 37874
    posted

    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.

     

Reply Children
No Data