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.
Components in Grid - Checkbox in 8.1
Hi,
Is the checkbox one of the components which can be added in a grid column in 8.1?
I cannot find refence to checkbox renderer in the 8.1 Alpha6 java docs.
Is there any example code of using the new 8.1 "Components in Grid"
Thanks
Please search for ComponentRenderer - basically that's a Grid Renderer which allows any Vaadin component (CheckBox, layouts, etc) to be placed inside of the Grid cell. ComponentRenderer will be present in Vaadin 8.1.
Hi Martin,
I looked at ComponentRenderer but ended up confused with the case when specific renderers are used.
I missed the fact that the ComponentRenderer can handle any components.
Thanks for setting me straight.
Paul