Posted 3 October 2024, 9:45 am EST
We have a screen with a usercontrol which contains a grid with 1 sheet.
The sheet is dynamically built, and one of the cells is a comboboxcelltype, which should be the active cell so that the user can directly start to type in this cell. .DropDownWhenStartEditing = true.
But even when I explitely say SheetFormline.FpSpread.Focus() the user still has to click first before he can start typing. This was not the case in FPspread7, and our users do not want to have extra clicks.
What do I do wrong? When using a process explorer or investigate the events I see ‘killfocus’ on the way. How can I prevent that?
Btw the cell is active, and has a border around it to show that it is the active cell.