I am attempting to jump (navigate) from one event to the other while in timeline mode. I have attempted to jump to a new test date in the timeline using the following method:
$(‘#test_update’).click(function() { scheduler.setCurrentView(“21-05-2009”, “week”);});
Here is how the timeline looks before the button click:
Unfortunately, when the button is clicked the timeline ends up looking like this. There is no script error, but clearly something is amiss
So my question is, how can I jump from one event to the other while in timeline mode and keep the same view (weekly)
Cheers,
Pipes