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.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 1 month ago
Como ajustar a representação NULL no Grid
Tenho um grid que permite edição na própria grade.
Ao inserir um item, os campos String são inicializados com o texto "null", mas eu gostaria que ficasse em branco.
Há uma maneira de corrigir isto, assim como pode ser feito em um TextFied (setNullRepresentation) ?
Grato.
Last updated on
Desculpe, eu não falo Português, usou o Google Translate, mas espero que isso ajude de qualquer maneira:
grid.getColumn(..).setRenderer(new TextRenderer(""));
https://vaadin.com/api/7.6.4/com/vaadin/ui/renderers/TextRenderer.html
Last updated on
You cannot reply to this thread.