Our customers complain about numeric and date cells changing their value by unintentionally pressing up or down in edit mode. We tried to handle this by adding a KeyAction mapping for the grid that terminates edit mode on up/down and moves to the cell above or below (which is a behaviour our customers are used to from previous versions of our software). This workes fine except for the first and last row in the grid.
It seems that the problem can be handled by assigning editors to the columns Editor property and manipulate their KeyAction mapping.
Before adding this rather intricate solution to productive code I would like to ask if there is possibly a more elegant way we may have overlooked. We are using V11.2.
RegardsBurkhard Exner
Hi Burkhard,
I attached a sample of how I got it to work based on your information. Please let me know if this solution works for what you are trying to do.
Thanks,
Ari Shaposhnik
Hi Ari,
thank you very much, works perfectly.
Burkhard