I have a view with a Scheduler and Navigator. When the user clicks a date in the Navigator the Scheduler is updated via Ajax, as by design.
However, what I'd like to do is when the user clicks a date in the navigator I want to send them to another page. Is there a way I can hook into when the user clicks the navigator, ideally through JavaScript, so that I can send the user to another page?
Also, I noticed that if I click a date on the Navigator it is highlighted a certain color (depending on the theme I'm using). However, if I initialize the Navigator by setting the StartDate to a certain date, the Navigator shows the month/year of the specified date, but the date itself is not highlighted like when it is clicked. How do I have the date highlighted by virtue of having the StartDate property set?