Is it possible to disable individual cell selection in the Grid component.
Right now, I added:
grid.setSelectionMode(Grid.SelectionMode.SINGLE);
but still able to select individual cell, like on the screenshot below:
I need to allow only entire row selection. Is it possible to configure this in the Grid component?