Hi,
At the moment I have no items in the Scheduler. After investigating I came to the conclusion there are 2 types of e given from the scheduler. I know because I handled the databound like this:
function scheduler_dataBinding(e) {
console.log(e);
}
When I do so I have the following log in the console shown in the attachement.
I think that because of the second databound, there are no items in the scheduler.
Kind regards,
Roel Alblas