Save data into grid from text editor on enter event

For column type txt the grid requires that I click that cell, above the editor, to save the data typed into the editor. I’d like to save the data when the user presses enter. What is the way to do that?

it can be done only with custom eXcell type creation. Please check tutorial here docs.dhtmlx.com/doku.php?id=dhtm … l_creation

The documentation doesn’t mention events. Where do I get information about the onEnter event for the excell?