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.
How to "select all" text in Grid cell on Edit?
I am experimenting with version 7.6.0.alpha2.
I am using:
Grid.setEditorEnabled(true)
Grid.setEditorBuffered(false);
I am navigating the grid using the arrow keys and editing the grid using the <Enter> key.
When I edit a cell the default behavior is to place the cursor in the cell without "select all" on the cell's content (see the attachment called "incorrect.PNG").
Is there a way (perhaps using shortcut keys) for me to get a "select all" effect on text upon editing a cell (see attachment called "correct.PNG")?
Thanks
This ticket is old but it goes further to describe what I am aiming for: