Hello.
When cellEdit method invoked and user pressed Enter key, nothing happend. Is it by design? Meanwhile standard editor (invoked by double click) stops editing when Enter pressed.
Which eXcell type are you using? ed or txt?
ed
enter key works only in ie6
Normally enter key must close active editor, but it is possible, that focus was shifted outside of grid and because of that , it doesn’t react on “enter”
Try to add the next line
grid.entBox.onbeforedeactivate=function(){ return false; };
If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed.