Grid select using arrows + spacebar

I just noticed (and its very likely anyone will use it this way in my setup) is that if you go up and down in a grid and hit spacebar it will select the row but it will not trigger the grid.addItemClickListener(clicked -> {

any idea how to make it trigger that “click” listener?

I think you’re looking for addSelectionListener

1 Like