I am trying to capture keypress event for "ENTER" key for input box inside ADF editable table. I have added client listener and server listener and have the JavaScript code for the input box inside af:resource tag.
The requirement is as follows - I have a editable table with total of 6 columns but only first and last columns are editable. So when user enters a value in first column and hits enter I need to populate some data from some other business component and fill the other columns.
I am able to capture the enter keypress event, but when I am using chrome after the server side method is called the row focus is automatically moved to next row in the table. Can someone tell me how to stop this on the table. This happens only in chrome. The code works fine in firefox and IE.