How to have a click on component in a grid cell in Vaadin 8 Grid to select cells row?
问题 When clicking a cell in a Vaadin 8 Grid that contains component like VerticalLayout row does not get selected (using Vaadin 8.1.5). If the component does not fill the whole cell then clicking the unused area in cell makes the row selected. I have been researching how could the click on component be forwarded to the cell click listener but have not get any grip yet on that. Guess it is even not the best way to do it. What would be the solution? 回答1: I provide my own current solution as an