Browse By Tags

  • Setting cell.Value does not fire CellValueChanged

    I have an UltraTreeView with its ViewStyle = FreeForm. One of the columns is set to a Boolean type which renders a CheckBox. Within this column, I'm trying to modify a cell value using the following code:

    cell.BeginEdit()
    cell.Value = Not CBool…
  • 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…