There are some features I (or rather our testers) miss:
- If WantReturns = True, Enter moves the selection according toSelectionMoveDirection. Is it possible to let Shift-Enter have the inverse effect? Like in Excel: Enter moves down, Shift-Enter up.
- Some of our test users would like it if pressing the up/down keys while editing a cell accepts the edited value and moves the selection up/down.
- They also don't like the UpDown control in number columns, so I did set SpinButtons to False. However the up/down cursor keys still in-/decrement the value. Is it possible to turn this off?
- It's hard to distinguish edit mode from non-edit mode because it's easy to overlook the cursor. I tried to set the color or BorderStyle of the cell editor via the Editor or InplaceEdit properties in different event handlers but to no avail. What could I do about this?
If not: Boki, would you consider adding properties (or whatever) to support (some of) these?
Thanks in advance,
Uli.











