Vaadin 8 GRID - Keyboard navigation - Cell Focus and Item Activation

Is it possible to use UP ARROW and DOWN ARROW to navigate a Vaadin Grid that updates the GRID row to display the same data in the FORM?

REF:
https://github.com/vaadin/vaadin-grid/issues/487
The user should be able to navigate the rows using the arrow keys.

VIDEO NOTES:

https://www.useloom.com/share/f1a1f04f71334f34a48b99a89b6bf0e6

The issue you referenced is about vaadin-grid, which is used in Vaadin 10.

In Vaadin 8, one approach could be to use GridFastNavigation add-on, and its focus tracker events.

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