Vaadin 7.7.10 and jump in grid to selected row

Hello,

is it possible (Vaadin 7.7.10) to jump to a selected row in a big grid?

Thanks
Patrick Lange

Hi,

there’s the method [scrollTo(…)]
(https://vaadin.com/api/7.7.10/com/vaadin/ui/Grid.html#scrollTo-java.lang.Object-) which takes the object as an argument.

-Katri