I have two schedulers on my page, one for a Queue. When I try an event from the Queue, as soon as it goes over the Scheduler, it throws this error in the this._getBusinessDuration function in this code, line 46051 in daypilot-all.debug.js, DayPilot Pro for JavaScript 2022.1.5175.
var nextCell = calendar._getNextCell(adjustedStart, y, gridName);
if (!nextCell) {
throw new DayPilot.Exception("No next cell found");
}
nextCell is null. Any ideas on what is causing this?