Grid.addSelectionListener instead of addItemClickListener ?

I haven’t found addItemClickListener in Vaadin 10 and leverage addSelectionListener instead. Is it right ?

Seems like you’ll get this feature back in v12: https://github.com/vaadin/vaadin-grid-flow/issues/195

Exactly.