Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
405
No up/down key processing in grid cells
posted

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.

Regards
Burkhard Exner

Parents
No Data
Reply Children