This is a migrated thread and some comments may be shown as answers.

Print the RadSchedular

1 Answer 108 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Hrushikesh Mokashi
Top achievements
Rank 1
Hrushikesh Mokashi asked on 23 Sep 2008, 01:00 PM
Hi All,

I am using RadSchedular.

I want to print the RadSchedular appointments


How can it be possible to print the RadSchedular.

Thanks

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 24 Sep 2008, 12:38 PM
Hi Hrushikesh,

You can use a CSS print stylesheet which will enable you to control the layout before the printing. This is done the following way:
<link rel="stylesheet" type="text/css" media="print" href="print.css" /> 

I suppose that your RadScheduler has an OverflowBehavior of "Scroll" and you wish it to print as if it is set to "Expand"? If this is the case, the following CSS will do the trick:

.rsContent {
    height: auto !important;
}

Let me know how it goes.

If you need to print all appointments in a table format, please see this kb article:

Regards,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Hrushikesh Mokashi
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or