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
130
WebDataGrid - Disable Enter Key Default Functionality
posted

When the Activation behaviour is enabled in a WebDataGrid, the default behaviour when the ENTER key is pressed is to move to the cell below.

Can this be disabled/overridden? i.e. The active cell does not move down and remains as is.

We want to use the grid like a selection list. We want to use the ENTER key to popup a modal dialogue containing data relating to the selected row. Having the highlighted row move down by one row after returning from the modal popup would be confusing.