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.
Disabling date fields in the InlineDateField
Is it possible to disable certain dates in the calendar view of the inline date field object? It would be great if its possible. A quick reliable response would be greatly appreciated.
Eric
Eric Dobbs: Is it possible to disable certain dates in the calendar view of the inline date field object? It would be great if its possible. A quick reliable response would be greatly appreciated.
Sorry for the late and negative response - this is currently not supported by the calendar component.
You could check out the StyledCalendar add-on, which does take a step in that direction. It might be reasonably easy to extend to support what you want.
You could also have the calendar immediate and make the server "cancel" the selection when an illegal date is selected.