Hello -
Unless I'm missing something, the client side events on the WebCalendarView seem to be lacking a large event - the DateClicked event. This would be triggered when a user clicks a specific day. Is this possible? The WebCalendar has this event, so I'm not sure why WebCalendarView wouldn't implement the same?
I know that there's a click event, but I didn't see a way to tell if they clicked on a day. I also know I could consume the server-side ActiveDayChanged event on the WebScheduleInfo, but this is triggered on a month change too. I just want to be informed when a user explicitly selects a day... Any thoughts?
Thanks!