Describe the bug
The behavior of the Native and Wrapper MultiView calendars is different when using the next/previous arrows of the component.
The Native MultivVew calendar changes the selected date to the respective date of the next/prev month but doesn't change the month views as the Wrapper does.
Check the following two videos and see the differences:
To Reproduce
Expected behavior
The same as the selected date should be focused on in the next month just like the Wrapper MultuView Calendar does.
Currently, no property allows us to pass custom components for the Navigation arrows in the Calendar.
Such a feature will be useful in scenarios when we want to edit the design/functionality of the Calendar navigation.
Currently, the MulltiView configuration of the Calendar component doesn't visualize the months above each Calendar.
The requested functionality can be observed in this example from the Kendo UI for jQuery suite. The usage of the MultiView functionality of the Calendar will be easier if it looks similar to the linked above example.