You will see in the attached image where I am having issue when exporting a unit view to pdf where the grid lines do not align with the time boxes on the left hand side. I am using the script and calling the scheduler.exportToPDF method
scheduler.exportToPDF({
name: fileName,
orientation: orientation,
header: header,
footer: footer,
format: format,
zoom: 1
});
Is this a known issue and if so, is there a fix?