is there a way how to display currently selected day in navigator? Already we can see today highlighted, but I couldn't find API how to highlight selected day. It's useful with scheduler to give user reference where he currently is in navigator.
By default, it will also automatically bring the target month into focus and call onTimeRangeSelect/ed events.
If you want to synchronize the selection with other navigation methods (e.g. previous/next buttons) I recommend using the navigator as the primary date source. The next/previous buttons would call nav.select(). That would subsequently update the Scheduler using DayPilot.Navigator.onTimeRangeSelected event handler.
Comment posted by Martin Smid 9 years ago.
Thank you for your answer.
I am aware of select() method and I use it, however Navigator doesn't visually distinct selected day in its view. I mean, I want to have this selected day highlighted (for example with darker background or so). Is this possible?
Comment posted by Dan Letecky [DayPilot] 9 years ago.
The selected days are marked with "navigator_default_cell" CSS class which uses a light-yellow backround in the default (built-in) CSS theme:
It looks like you might be using an older CSS theme version a custom CSS theme which isn't compatible with the latest version. You can create a custom theme in the theme designer: