I need to print a heavily customized scheduler view with different height (and width) settings then the screen view.
I know that the newer versions allow to pass a ScheduleModel to the print function, but when I pass only height and width a parameter/settings I loose all customization. How can I get the full currently active ScheduleModel with all customization and pass it to the print function after altering the settings I need to change? Or is there a different way to achieve what I need?
If the print function also accepts a partial ScheduleModel (only the changes), then I would assume the printing is invoked before the heavily customized schedule finished re-rendering (there are several callbacks on re-rendering events; assume those callback functions are available/will be called also during re-rendering for printing).
Any help highly welcome.
print
Method allows to print the scheduler.
Parameter | Type | Description |
---|
printOptions (optional) | ScheduleModel | The export options to be set before start with exporting the Scheduler events to the print window. |