• What is KendoReact
  • Getting Started
  • Server Components
  • Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

Control the Focus MultiViewCalendar Date

Environment

Product Version4.7.0
ProductProgress® KendoReact

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.

	this.MultiViewCalendarRef.setState({ focusedDate : newFocusDate });
Example
View Source
Change Theme:

In this article

Not finding the help you need?