Browse By Tags

  • Edit Cell with Tree

    I'd like to click in a grid cell and be able to edit with a tree control.  

    I don't even know if that's possible.

  • How to tell when an UltraTreeNode is in edit mode?

    Hi

    I set an UltraTreeNode in edit mode by calling BeginEdit().  At some later time I want to check if a tree node is in edit mode.  I thought the IsEditing should tell me, but it doesn't, it remains false.

    James

  • Fire ValidateLabelEdit when new node text has not changed?

    Hi

    My users can add new nodes to a tree, and I add new nodes with a default name "New Node" and put the node in edit mode so the user is urged to rename the new node.  I use the ValidateLabelEdit event to ensure the name is unique in the tree…

  • EditorWithText cannot cancel editing cell

    Hi there,

    I created a small test where I'm using an UltraTree with cells. I would like to cancel the edit mode if the text is equal to "foo". In this case I set e.Cancel to true but it doesn't seems to work.

    Here is my test code:

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

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