I'm using a TElTreeInplaceComboBox to allow editing of cells in a TElXTree grid. While everything "works" the user interface seems very cumbersome.
To edit a cell, I have to do the following using the mouse.
- a: Double click the cell to show the combobox
- b: Click on the required new value from the combobox
- c: Click on a different cell, or press Enter
Until step 'c' is performed, my code isn't made aware of the change (via the tree's OnEndEditItem)
How can I remove the need for user to do step 'c' - or, be informed of a change when step 'b' occurs?
Comments