Unplanned
Last Updated: 26 Sep 2024 22:16 by Rob
Shannon
Created on: 20 Sep 2023 08:31
Category: Scheduler
Type: Feature Request
4
Print Scheduler

I want to easily print the Scheduler calendar - month view, week view and more.

===

ADMIN EDIT

===

A possible approach for the time being is to implement printing functionality for the Scheduler in a similar fashion to how the Grid is printed here https://github.com/telerik/blazor-ui/tree/master/grid/print.

The approach relies on using JavaScript to invoke the browser print() method. Using CSS and @media print, you can customize the page and specify which elements should be visible when printing. For example, you may hide the toolbar and footer of the component, so only the calendar is visible.

Here is a runnable sample that demonstrates the approach: https://blazorrepl.telerik.com/cnutklOC55T5sV0J15.

1 comment
Rob
Posted on: 26 Sep 2024 22:16
Yes please, I absolutely do NOT want to have to use JavaScript.