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…