Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Grid multi select
Hi
When updating frpm Vaadin 7.4.2 to 7.4.7 and later 7.4.8 my grid has lost the option of "select all". Previously it was a checkbox in the column header row of the column with all the individual checkboxes (attached image). Now after the update, the column header checkbox has vanished and the "select all" functionality is hence gone. Anyone know how to solve this issue? I haven't changed anything in the code of the grid between the vaadin versions. Is there a new behavior of the grid that I don't know about or is this an issue that Vaadin is aware of?
Rgds
Johan
In picture I see you have added header row there. There is known error in Grid. In certain conditions header makes select check box disappear.
https://dev.vaadin.com/ticket/17992
I just checked, that without header row, the check box with version 7.4.8 is there.