Hi Team,
I am currently facing two issues with the Vaadin Grid:
-
Row Highlighting Issue:
When using the space key to click on a checkbox within a grid cell, only the checkbox itself gets highlighted, rather than the entire row. I am working with Vaadin version 23.3.35 and Java 11, and I have a single-select checkbox setup based on the row. I would appreciate any insights or solutions to ensure that the entire row is highlighted when the checkbox is selected. But in vaadin 14 was working correct. -
Grid Cell Size Issue:
The size of the cells in the Vaadin Grid appears to be larger than expected. In Vaadin 14, the cell sizes were correct, but in Vaadin 23.3.35, they are being displayed in larger sizes by default. Can you help me understand why this change has occurred and how I can fix it?
Thanks,
Ashish Yadav