Vaadin 8.1 / 8.2 Grid

Hi Guys:
Is there any way to walk through grid cells to set focus?

Thanks

Do you mean that you would like to set focus programmatically with API?

Exactly.
I have tried with your GridFastNavigation Add-on, but i didn’t get.

Thanks
Fernando

Hi Tatu, GridFastNavigation has any method to set focus in a cell that i did’nt found?

Thanks
Fernando

Here’s one hackish workaround for focusing a Grid cell based on a index number in the Grid Item:

[url=https://vaadinfiddle.com/editor/container/9c6073971063123b64fcedd19897696088f7e82a61b36095163b04d1811a2dc3/src/main/java/org/vaadin/vaadinfiddle/MyUI.java]

See the full sample on vaadinfiddle.com
[/url]