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 & Custom renderers
Hi,
I'm facing weird behaviour using the Grid component together with custom renderers. There are currently eight columns in my grid (take a look at the first attachement).
But when I'm using a custom renderer (for example: BooleanRenderer for isDefault from GridUtils-Addon), the grid is rendered compeletly different (second attachement). Some columns are missing, the headerRow for filtering components is missing completely.
This is only the case - and ONLY then - if I use any custom renderer on any column. I also tried to use a renderer provided by grid-renderers-collection-addon. Same behaviour. The grid uses a beanItemContainer as data source, no error messages are shown.
Anyone got a hint for me?