Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Grid: hitting ENTER on the last row closes the grid editor
Hi
When the user wants to open grid editor he/she can do it by double-clicking a row or hitting enter when a row is focused.
Then hitting enter row again moves focus to the field in a row below.
When a user reaches the last row then hitting enter just commits the value but the grid editor is still enabled.
What would be your approach to disable editor after hitting enter on the last row in a grid?
. Hi,
You can customise the editor event handling with a client-side extension. It should be relatively trivial to catch the enter key when it's on the last row. There are some examples on how to customise it in my blog post. Feel free to ask any questions and I'll help you achieve this feature.
//Teemu