Hello,
I have a TWebStringGrid on my webform with Options = [goVertLine, goEditing, goTabs].
Clicking some cells should display a numeric editor. In the OnGetCellEditor eventhandler we set the AEditor to geNumber in those cases.
When switching to editmode all goes well if for instance the spacebar is pressed. But my users tend to use number keys to switch to editmode as they are expected to enter numeric values. And in that situation something unexpected happens, because pressing one of the number keys produces an editorvalue of twice the corresponding number of the key; so pressing '1' produces '11' as editorvalue. I have tried several things to fix this problem but to no avail.
Can you help me solve this problem? Thanx in advance.
Regards, Jan.