Browse By Tags

  • CSOM - Find by data key

    I wasn't able to find a function in the help document (or exploring the dom) to find a node by its datakey in the clientside code. I'm basically after the Find code behind function which accepts datakey to find a node.

    Otherwise i guess it's…

  • 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

  • Checking all child nodes with ManualSmartCallback

    Hi Guys,

     I'm struggling a bit here with the WebTree.  I'm trying to get it to expand and check all nodes when a node is checked.  (Expanding of children nodes isn't too important, but would be nice).

     I've seen the thread "WebTree Check All Child…

  • 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…

  • Treeview from SQL Reporting Services..

    I am trying to build a tree view from Reporting Sevices (I have added a reference to my web app for Reporting service).

    I have the following code:

    Protected Sub uwtReportFolders_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles uwtReportFolders…
  • Unchecking all nodes with Javascript

    I would like to make the UltraWebTree perform like a radio control in Javascript with a NodeChecked ClientSideEvent. Since there does not appear to be a built in way to do this I figure that Ill have to:

    1. Remember what node was just checked.

    2. Unselect…