Hi,
I tried the demo (https://www.jseditor.io/?key=scheduler-change-view-programmatically), but it only seems to work once.
After having changed the view to ‘weekView’ via the cellDoubleClick eventhandler and then having changed it back to e.g. dayView using the top-right buttons using the cell double click again to change to weekView does not work anymore. I see the log message ‘cellDoubleClick is raised’, but the view stays in dayView.
Can you look into this? I need this functionality to keep the view of two different instances of the scheduler in sync (the two instances have different sets of appointment fields).
Thanks!