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, 2 weeks ago
Grid non-selection mode
Hi,
I have a grid which I have set to selection mode non (I only want to edit with double-click) but apparently it's still possible to select single cells (nothing happens but they look focused). Any way around this?
Thanks in advance,
Nik
Last updated on
Clicking on a cell makes it active/focused. You can then use the keyboard to navigate in the grid. I don't think you can disable this behavior but you can remove the focus style using CSS
Last updated on
+1
You cannot reply to this thread.