How do you post to the server? Do you use saveRow method?
If this is the case – you set not to use keys – i.e. enter key for saving. These events are passed to the saveRow method if enter key is used (also editRow call saveRow). In order to work this pass the events and extraparam to the saveRow method instead.