Browse By Tags

  • WebTree add node bug

    I am sending the project and WebTreeIssue.doc file which explains the bug.

    Thank you.

  • Adding a node with its children

    Hello,

    Is there a way to add a node to another node while preserving all the children of the node being added?

    In javascript.

  • NodeAdded event not firing

    I am using UltraWebNavigator 7.1 to display a hierarchy of products.  Normally, we load each level on demand, however for this application, all nodes must be loaded on page load.  I can add all of the highest level nodes in the page load event.  However…

  • Adding Tree Nodes and Node.Tag on client (javascript)

    I have a web application that uses two tree views.  The user is allowed to drag and drop from treeView1 to treeView2.  When populating treeView1 on the server side I store a file name in the tag property of the node.  On the drop event for treeView2 I want…

  • UltraWebTree ManualSmartCallback and Drag Drop

    Hello everyone,

     I have an Inftragistics tree control in my application that is configured to do load on demand with manualsmartcallbacks. I would also like to give my users the ability to drag and drop elements in the tree. After the drop has occured…