views:

152

answers:

0

Hi, I am using jqGrid and have inline editing with a textfield using jQuery autocomplete. My problem is that autocomplete binds my enter key (to the input element) to select an item in the autocompletion list of suggestions. This is all nice, however, my jqGrid has also bound my enter key to the table row, saving the row and exiting edit mode.

How can I stop the row binding? I want to keep it for the other cells in the row. I sort of want to sneak in a cancel on the event bubbling here...

/HW