Vaadin 8 Editable grid - event when cell is selected

Hi,
I’m using V8 editable Grid (grid.getEditor().setEnabled(true); and grid.getEditor().setBuffered(true);). Is is possible to get event when user is movie between cell in the grid with keyboard navigation keys? I would like to show some message in upper status line.
Regards,
Matic
17255596.png

There is no built-in such feature in Grid. In GridFastNavigation add-on there is focus tracker you are asking for and many other things related to keyboard navigation, plus some other missing features related to Grid’s Editor. But this add-on is working with un-buffered editor.

https://vaadin.com/directory/component/gridfastnavigation-add-on

U, I will try this out - this is what I really need “to make it more usable for Excel-style editing applications.” :wink: