Switch to Day View

When I have entered or edited an event using Week View, and I then click on Day View, the Day View does not open on the date I was just editing.

For example, I was looking at an event on January 7th in Day View,and then switched to Week View and inserted an event on January 11th. I then switched back to Day View, expecting it to show January 11th, but it still showed January 7th in Day View.

Is there any configuration option for this, or must I add my own code via the click handlers to get it work as I wish?

There is no built in option. You can add some custom code, and call from it something like

scheduler.setCurrentView( desired_date, scheduler.getState().mode);

Ok, thanks for letting me know, and for that example.

I’ll add some code to make it work the way I wish.