Browse By Tags

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

  • Cell Value always false?

    Hi,

    the cell value in an pragramatically created Cell of type boolean is always false, even, if the grafically shown value is true.

    this is the creation code (bold marked cells ar programmatically added, the other columns are initialized by DataSource…