Hi Max Melcher,
We validated your query; while printing the scheduler, not all grouped resources are being printed, resulting in the second page being cut off. This can be resolved by printing the scheduler using printOptions. By setting the height and width of the scheduler to 'auto' like below,
public onPrintIconClick(): void { let printModel: ScheduleModel = { height: 'auto', width: 'auto', selectedDate: new Date(), }; |
If still issue persists, could you please share the issue replicating sample. This would help us provide a more accurate solution.
Regards,
Vijayakumar R