How do I add a 2x click listener on a vaadin grid? When I 2x click on it, it takes me to another page. Example would be most appreciated.
With the MouseEvent you can simply ask for a double click.
See here #MouseEvents.ClickEvent.html#isDoubleClick()