Hi Petyo,
My case doesn't matter, I try to understand how to manage local javascript data array in your demos.
And what I see it's:
When a new event is added in the scheduler, we can't re-edit it, otherwise, on cancellation of edit window, it's removed.
After investigation, events are added to the _data property of the scheduler.
In use with a datasource transport when saved, it's added to _pristinedata property of the scheduler, and all work fine.
But with local data array and without datasource transport the event isn't never added to the _pristinedata.
That's all I have to say about that. natively the scheduler doesn't add event correctly in local data.
joseph
My case doesn't matter, I try to understand how to manage local javascript data array in your demos.
And what I see it's:
When a new event is added in the scheduler, we can't re-edit it, otherwise, on cancellation of edit window, it's removed.
After investigation, events are added to the _data property of the scheduler.
In use with a datasource transport when saved, it's added to _pristinedata property of the scheduler, and all work fine.
But with local data array and without datasource transport the event isn't never added to the _pristinedata.
That's all I have to say about that. natively the scheduler doesn't add event correctly in local data.
joseph