Print Timeline View

Hi Team, 

when I print the monthly timeline view, not all grouped resources are being printed. The second page is cut-off somehow and misses many resources. 
Seems like the current visible resources are printed and not all? How can I print the entire schedule? 

Demo: Inventory & Asset Reservation for Microsoft Teams

Thanks,

Max


Attachment: print_84a2f131.pdf

3 Replies 1 reply marked as answer

VR Vijayakumar Rajasekar Syncfusion Team January 20, 2026 01:10 PM UTC

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

Marked as answer

MM Max Melcher January 29, 2026 04:31 PM UTC

thanks - solved it with the docs. virtualscrolling needed  to be disabled for printing.



VR Vijayakumar Rajasekar Syncfusion Team February 2, 2026 05:20 AM UTC

Hi Max Melcher,

Thank you for your response. We are glad that our documentation resolved the issue in your case.
Please feel free to contact us if you require further assistance.

Regards,

Vijayakumar R


Loader.
Up arrow icon