New to KendoReact? Start a free 30-day trial
Control the Focus MultiViewCalendar Date
Updated on Dec 19, 2025
Environment
| Product Version | 4.7.0 |
| Product | Progress® KendoReact MultiViewCalendar |
Description
When changing the selected value externally the MultiViewCalendar selects the new date correctly but does not jump to it if it is a range or array. The calendar seems to update correctly if it only handles single dates.
Solution
The can be controlled by updating the focus date in the internal state of the MultiViewCalendar.
jsx
this.MultiViewCalendarRef.setState({ focusedDate : newFocusDate });
Change Theme
Theme
Loading ...