Example of Print in Javascript Scheduler Control

/
/
Print

This example demonstrates how to print the Scheduler element at client-side.

More Details...

Description

In this example, the Scheduler element is Printed by making use of the public method print. Also, we can print the schedule based on the custom rendering by passing the ScheduleModel in the print method. In the above demo, we have demonstrated the print method with the below properties of the ScheduleModel. height width selectedDate Module Injection To start using Print functionality in Scheduler, you need to import the Print module from @syncfusion/ej2-schedule package and then inject it using the Schedule.Inject(Print) method.