Browse By Tags

  • How to keep Node in Expanded Mode(Previous State) after PostBack?

    Hello guys,

    THanks in advance for replying me.

    I am using one ultrawebtree in my page.As per user we have to expand two or three root node and then select one child node.ON selection of child node we are displaying dropdown populated with some data…

  • WebTree and XmlDataSource databinding, hide root node

    Hi,

    I'm using a WebTree with an XmlDataSource. In code I'm setting the Data property of the XmlDataSource to a valid XML string. This XML string has one rootnode. The WebTree is correctly bound to the XML string. But now I want to hide the root node of…

  • Create Dtatview programatically

    I have 2 datatables that are in a dataset that I have retrieved from my database. They are related but have no relationship created within the dataset.

    How do I get this data into a hierarchical dataview and add the relationship?

    How do I programmatically…

  • Expanding child nodes ny clicking on parent node

    Hi,

    I want to populate child nodes by clicking on parent node name.

    Please tell me how to do it.

    By default, we have option to click on "expand image"  left to parent node to expand child nodes.

    But i don't want to click on expand image but…

  • UltraWebTree Nodes with different indentation

    Hello everybody!!

    Is there any way for to set the same indentation for nodes with childs and nodes without childs?

    Different Indentation

     thanks in advance!!

  • How to specfiy the Node image via CSOM

     Hi,

    I am using the UltraWebTree control. In my application, the UltraWebTree represents a folder structure i.e. folder can contain folders and files. Basically it is very much similar to the Windows Explorer's tree structure.

     The issue is that there…

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

  • Resizing Tree in Firefox

    Hi,

    Using the information in the thread at http://news.infragistics.com/forums/t/5766.aspx, I've been able to get a WebTree to resize from client-side Javascript in Internet Explorer, but the same method does not work with Firefox, I have not tried Safari…

  • drag n drop features not works with FireFox

    Hi, I am using WebTree control where drag n drop feature not works with FireFox...but the same thing works in IE. Even your provided example[local] for drag n drop facilty, is also not running with Mozilla. Please suggest some solution. I am using…
  • 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…

  • OnMouseOver for nodes?

    Is there any way to hook into an mouseover event for individual webtree nodes? I want to be able to make an AJAX call on a mouseover to get a description of the node value to display in a tooltip.

     Using the standard ToolTip property isn't an option because…

  • Webtree events are not getting fired

    Similar to another post in this forum, I am also not getting the events.

     I am using this as template under ultraweblistbar and I've added node clicked and node selected events in code behind. But I am not getting any events.

    I tried client side events…

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

  • WebTree client-side resize not working

    Hello,

     I have a WebTree control embedded on 5 groups on a WebListBar inside the left column of an HTML table.  The column width is set to 22%, the WebListBar's width is 100%, and the WebTrees on each of the WebListBar groups is set to an initial width of…

  • WebTree Client Side Search

    Hi,
      How one can search a tree and highlight the searched Item in a webtree using javascript?

    Thanks

     

     

  • Webtree with ManualSmartCallbacks Expands 2 Levels On each DemandLoad

    Each time a demand load occurs within my webtree it expands the node I click on and the first node that is added to the selected node too.

    i.e. Rather than just the children of the selected node being displayed it also dislays their children.

    Could…

  • Relations with treeview

    Datamodel

    Hi folks,

     i have written a typed dataset including 4 tables, which have 3 relations, one between each table.  I am using it as datasource for UltraWebTree.

    I works fine except one feature. As you can see curently 4th Levels are used. I want to reduce the…

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

  • target = "_Self" doesnt work

    Either way it opens in a new window: 

    I have tried to set the target on the treeview:
    <asp:TreeView ID="TreeView1" runat="server" Font-Names="Arial" Font-Size="8pt" ForeColor="Black" Target="_Self">…
  • UltraWebTree embedded in WebDialogWindow Javascript error

    I wrote a javascript function to expand the nodes in the UltraWebTree.

    Itwas working find, until I embed the UltraWebTree into a WebDialogWindow control. And it keeps giving me this javascript error: 'undefined' is null or not an object.

    Upon…

  • images changing when node is expanded(urgent)

    Hi,

      when I load the tree with custom images, they are displaying correctly, but when I expand the node, the expanded node image is reset to some default minus image.

    I am using netadvantage volume 2007 version 7.1

     here is the code. please help. I…

  • changing webtree expand and collapse images

    Hi,

        I have a webtree control loaded on demand using manualsmartcallbacks. I have specified different images for expand and collapse. but once I expand the node, it switches back to default image. I tried various ways like putting image directory se…

  • Binding an UltraWebTree to an ODBC Dataset

    I am trying to create webtree that will display a list of companies, broken down by their first character (alphabet list which opens to show all companies starting with that letter).  But I can't seem to get it working.  I am using MySQL as my database…

  • How can i restrict dropping of tree element to parent node

    Hi,
      I am having webtree control where i want facility like ,

    Use should drag child elements not the parent element , and drop on to parent elements no on  the child element.

    Plz suggest some solution.

    Thanks.

     

     

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