Browse By Tags

  • Edit Actiavted node from the GUI

    Hi,

    I am using the control Infragistics.Win.UltraWinTree.UltraTree to display xml nodes in to the GUI.
    and using object of the class Infragistics.Win.UltraWinTree.UltraTreeNode to add child nodes and siblings their parent nodes to display into GUI.

  • How to Drag the Nodes from one location to another?

    Hi.
    I have a wintree on windows form and i have a added a few nodes to it.

    I want to drag one node( at runtime) and drop it to some other place in the list of nodes.

    For example i have nodes as one, two, three, four and five .

    Now at runtime , i want to…

  • Changing Text node

    Hello,

    Can someone help me setting the Label of tree node to some column other then the primary column which it shows by default when binding with a dataset with two related tables.

  • UltraTree Cell Edit error with context menu

    Hi
    i'm using an UltraTree with editing mode enabled but when editing, if the user right clicks and selects 'Add new child’ the Tree throws an exception when I try to end edit mode and add a new row. I also tried just exiting the context menu and not…
  • Data binding and Label editing problem

    Hi, I am having problems getting items on UltraTree to enter edit moode.

    I have set

       m_ultraTree.DataSource = new AList();

     

    this gives me a two level tree, adding and removing items to the  Alist instance causes items to appear on the Tree.

    Now I wish…

  • Is there a way to not show a checkbox if a node has children?

    Hi

    I have a treeview bound to one SQL data table. I want run time uses to be able to use checkboxes on nodes at the end of each tree branch. In other words I only want runtime users to only be able to select checkboxes on nodes without children.

    I am…

  • DropDownList Dropdown in UltraTree Column

    I'm currently using an UltraTree (2008.1) and I've populated a ValueList with data.  I assign the ValueList to a column, and then the UltraTree decides that it is going to use an EditorWithCombo embedded control on the Tree.  The EditorWithCombo…

  • Displaying the arrows on a vertical scroll bar control that belongs to an ultratree

    Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();

    scrollBarLook1.ScrollBarArrowStyle = Infragistics.Win.UltraWinScrollBar.

    ScrollBarArrowStyle.OneAtEachEnd;

    the code above did not…

  • Cells are not editable, but AllowCellEdit.Full is set

    Hi,

    I try to use a WinTree to Edit some Data too.

    What's to do, to make a Column editable? At the Moment I'm writing a Code like this:

            private void ultraTreeDeliveryItems_ColumnSetGenerated(object sender, ColumnSetGeneratedEventArgs e)
            {
                switch…

  • How to catch AfterCellEnterEditMode in WinTree ?

     Hello.

    I have WinTree with possibility to edit nodes. I am using the following way:

                tree.Override.Editor = new EditorWithText();

    Everything seems OK, but after entering edit mode I want to update toolbar and disable some button. AfterCellEnterEditMode…

  • Forcing label edit to stay in Edit Mode breaks Editor behaviour

    Hello,

    I am having a problem with editing nodes in a tree. The tree is set to standard, so BeginEdit() gives me the option to edit it. Now after the edit but before leaving Edit Mode I want to check if I can insert this into the database (value of the…

  • How to make Treeview child nodes as editable

    HI

    I have  atree view i am showing both ultracheckboxes and ultra textboxes as childs now i want to make them as editable how can i do it and please explain me .PFA,which contain the code for showing the values.

     

    Thanks,

    Manoj.