Browse By Tags

  • No Client side event on Uncheck

    My tree is defined as:

     <ignav:UltraWebTree
                    ID="OrganizationalUnitTree"
                    WebTreeTarget="HierarchicalTree"
                    CheckBoxes="true"
                    runat="server">
                    <ClientSideEvents NodeChecked="TreeNodeChecked" /…

  • Show/Hide checkboxes on WebDataTree

    Hello,

    I am converting an asp.net app from using the UltraWebTree (version 2006.1) to a WebDataTree (verion 2012.2).  With the UltraWebTree we could have checkboxes on some nodes of the tree and not on others.  This useful feature has been removed from…

  • get xpath for a selected node in webdatatree

    Hi,

    Could any one help me to get xpath for a selected node of a webdatatree in JavaScript

     

    Thanks,

    Pritosh

  • Drag and Drop javascript errors

    Hello, the situation is the next: We are working with WebDataTree in the version 11.1, we enabled the drag and drop features of this component and our problem is to the moment exist two movements where the code falls and we would like to know if is possible…

  • Disabling node check box alone

    Hello,

             we are using Infragistics 2007 (version: 7.1.20071.40) and  .NetFramework 2.0 in our application.

    We have a requirement of having "disabling checkbox of a node alone" in the Ultra Web tree.

    (The node should shown as disabled but it…

  • Convert UltraWebTree to WebDataTree

    I cannot make WebDataTree to do what UltraWebTree did for me. What are equivalent of these following code in WebDataTree?

    1) UltraWebTree1.Nodes.Sort(true, false); // Used to sort nodes

    2) n.ShowExpand = true; //This helped me to show a node can be…

  • Bubble Chart it is Urgent

    Hi,

     I Like to create a Bubble chart for the below  Oracle table "Country" using Infragistics Ultra Chart in ASP.NET C#

    Country      % in Men      % in women

    AP            10               40

    TN            15              30

    HP            15             35

    ASSAM      25              35

    KERALA…

  • Mixed State selection for Check box in UltraWebTree on Client Side

    Hi All,

    I am writing a code for selecting/unslecting checkboxes in UltraWebTree on Client-Side event using Javascript.

    If all of the child nodes of a parent node are not checked in the UltraWebTree, I want the parent node to appear as partially selected…

  • WebDataTree, InitialDataBindDepth, manually loading when needed

    Have this WebDataTree:

    <ig:WebDataTree ID="itemtree" class="ItemTree" runat="server"
    DataSourceID="hdsItem" SelectionType="Single"
    NodeIndent="10" InitialDataBindDepth="1">

  • WebDataTree Async PostBack NodeClick

    Hello,

    We have a webpage that has three key sections: a title section at the top, and below that a tree on the left and content on the right.

    The tree contains categories and products, and is bound to a WebHierarchicalDataSource so that you have your…

  • Implementing lazy loading on ultrawebtree

    Does anyone know or have any sample code for implementing lazy loading on Ultrwebtree ?

  • WebDataTree sorting loaded nodes

    Hi,

    I'm changing Infragistics UltraWebTree with WebDataTree (guess you heard that issue many times already, but still). By NodePopulate I implemented some kind of loadOnDemand, but I need to sort loaded nodes - it used to be done like this

     

    private…

  • WebDataTree and UltraWebTree: 1) Load on Demand issue: nodePopulate firing before page load; 2) adding node collection

    Hi,

    1) In UltraWebTree DemandLoad fired after Page_Load on clicking "populating symbol" of the node. However, for WebDataTree NodePopulate fires before Page_Load (I was surpised, but I used breakpoints several times to be sure), and that's inconvenient…

  • the e.Node.Tag and e.Node.DataKey is not being persisted in the UltraWebTree after upgrade from 8.3 to 9.2

    Hi,

    We have an old asp.net app written in .Net 3.5 and Infragistics controls including UltraWebTree. After upgrading the framework to 9.2, it appears that the node.Tag and node.DataKey properties are not being persisted (even when viewstate is turned…

  • Drap & drop with UltraWebTree v8.2

    Hello all,

    I am using Infragistics v8.2, now I want to develop drap & drop, add, delete nodes functions on UltraWebTree but I see no sample for this.

    Could you please provide me the sample code ?

    Thanks for your help,

    Phuc

  • web tree => change parent refresh node

    Hi all,

    I'm a beginner with asp net, we work with asp net 4.0 and infragistic version dot net 4.0

    I have a page with a control type of UltraWebTree i build some root with some child without problem :)

    Now, when i click on a child i open a detail…

  • how do I add RadioButton control to WebDataTree control and handle its checked event?

    I would like have RadioButtons in place of checkboxes against each child nodes in webdatatree.  How to add the RadioButtons through code or is there any way to do it design time?  The No. of child nodes depends on the data from the DB. I am able to add…

  • WebDataTree

    WebDataTree is very slow when it have 6000 nodes(only In the root level)

    When I select a node WebDataTree response about 10 seconds.

    Are there any ways to solve this problem?


     my code is:

    <ig:WebDataTree ID="webTreeLeft" runat="server" Height="450px…

  • 2 UltraWebTree for single selection

    Hi,

    I got 2 UltraWebTree in my navigation bar, named Utree1 and Utree2.

    One is for common user, another is for manage user.

    How can I cancel the selected node of Utree2 when User select the node of  Utree1?

    C# code will be appriciated, thank you.

  • Ultrawebtree node expand not working in runtime.

    Hi,

    I have taken over maintenance of someone elses asp.net web app. It used to work fine but for some reason one of the many ultrawebtrees not longer expands when you click a node (other than the top most node which does work and collapes the entire tree…

  • how to clear the webdata tree nodes on client side

    Hi,

    I have implemented the webtree view funcationality on the client side. I have done following things

    Adding of parents and its childs and its working fine. but the problem is while adding new nodes, previous nodes are not clearing . I did not find…

  • ig:WebDataTree Does not show scroll on IPAD

    Hi,

    I am using WebDataTree control and it work fine in all window browsers but when i run my application on IPAD than It does not show scrollbars. Even dragging finger onto screen makes it movable but Scrollars

    are not there.It is a weird behaviour.

      My…

  • WebDataTree Client CheckBox click.

    I'am trying to check the checkbox of a node on client side using this way:

    webdataTree1._get_item(0).

    get_childNode(i)._get_checkBox(0).set_checkState

    or

    webdataTree1._get_item(0).get_childNode(i)._get_checkBox(0).set_checkState=1;

    but…

  • How do I add new UltraWeb Treenode with javascript?

    Hi, I got a project to read client folders using javascript.

    And I need to load my result to  UltraWeb TreeNodes.

    How can I do?

    Thanks...

  • WebTab and FormView

    Hi,I am new to Infragistics.

    I have a ultraWebTab in my page and I create three Tabs in the WebTab. In one of  the tabs I put a formview control and want to use a Ajax cascading dropdown extander to a dropdown control in the formview.

    Now the problem…