Browse By Tags

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

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