Hello, when using the WPF DateNavigator integrated with the scheduler, the control automatically switches to month view when more than 7 days are selected. In this automatic mode, the view correctly shows only the selected days within the month. However, when the user manually selects the month view via the control’s interface, the selected days remain highlighted rather than the control resetting to display the entire month. Is there a way to change the behavior so that if a user manually selects the month view, the control automatically clears any day selection in the datenavigator and displays the whole month?
Steps to Reproduce:
- Open the sample project: https://docs.devexpress.com/WPF/118066/controls-and-libraries/scheduler/examples/how-to-create-the-scheduler-with-the-datenavigator
- Select more than 7 days.
- Select a single day/week in the datenavigator or switch to day/workweek/week view.
- Manualy switch to month view.
-Observed behaviour: The selected days remain highlighted, and only those days are visible instead of the entire month.
-Expected behaviour: On manual selection of month view, the entire month should be displayed, clearing the previously selected days.