Browse By Tags

  • How to set a node's image through javascript.

    I'm working with WebDataTree clientside and need to set a node's image through javascript and cannot find how.

    Any ideas?

     

    Thanks in advance.

  • tree.getNodeById not working

    I am using the Infragistics Build Version: 7.3.20073.1043 WebTree control. In the NodeChecked event handler, I'm using the client side getNodeById function of the tree control in the javascript. My code is as follows:

    function folio_NodeChecked(treeId…

  • Re: How to make the all child nodes checked when the parent node is checked with Javascript?

     Hey tianshuo,

    You can mess around with the following code snippets to come up with a solution for your request.
    If none of these help, please post your code and I will gladly help you as best I can.

    to get an instance of the Tree you can do this in BLOCKED…