Hi,
On the kendo-multiviewcalendar the 'activeViewDateChange' is not triggered, at all.
We need this event for our date range selection to update certain data. But without this event, it's impossible.
Is this a missing feature or a bug as almost every other date component has this event.
Hello Maikel,
The MultiViewCalendar does not emit when navigating in the same view level - so yes, it's a missing feature. We are considering adding a navigate event (we're not set on the name yet but it's going to be different from the activeViewDateChange event in its event args and purpose). No promises given, but I expect us to ship such a feature for our May release. You can subscribe to this thread to get notified when the feature gets shipped.
What you could do for now is to implement a custom solution with an event listener that notifies you when the previous and next navigation buttons have been pressed. You will allways have a focused date after navigation in the visible period and you can use it as a marker which month (or period) is currently rendered. Refer to this example.
Regards,
Dimitar
Progress Telerik