Browse By Tags

  • WebTree CSOM Documentation and Node Object's setChecked

    In the documentation for the UltraWebTree's Node object, the setChecked function is not listed as having a second parameter which is a boolean of whether to allow or cancel further CSOM events.

    If you use node.setChecked(true) in the javascript etc…

  • Enable/Disable Checkbox only of a WebTree Node

    I did like to enable or disable only the checkbox of a node using javascript? How can I do this.

     

    Thanks

  • WebTree expands/collapses when checking node

    How do i prevent the node from expanding/collapsing when I check the node?

    Update: I have since found that this wil not happen if I Set teh Expand On Click property to false, however is there a way allow the user to check/uncheck the checkbox without…

  • Web Tree Check "all" children nodes

    Hi,

     I wrote a server side vb procedure to check all children nodes of a parent, if the parent was checked. Once I check the Parent Node, the tree collapses and when expanded, all branch/leaves are unchecked.

    I am very new to the Infragistics controls…

  • Need a Sample - Getting all Checked nodes on Postback / Submit

    I would like to know if anyone have a sample where I get a list with all the nodes checked, Children and parents. 

    I would prefer getting it clients side so that I can pass it to a webservice (AJAX) and not do a postback. 

    If this is not the recomended way…