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

Print

5 Answers 63 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Bryan Hughes
Top achievements
Rank 1
Bryan Hughes asked on 09 Dec 2009, 11:11 PM
Not sure how I should do this but I need to print schedule of current view Day/Week/Month

5 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Dec 2009, 06:39 AM
Hello Bryan Hughes,

You can print the Scheduler by using the printing functionality of the browser. You can use 'window.print()' method in order to print the whole page.
Checkout the following forum link to know more about this:
schedule print capability

-Shinu.
0
Bryan Hughes
Top achievements
Rank 1
answered on 10 Dec 2009, 04:25 PM
This will not work.  I have several Telerik controls on the page so window.print will not work.  I can make a button that brings up a window with only the scheduler control to print but this seems hack.  Why wouldn't print functionality be part of the control, especially after several version updates.  It seems quite obvious that users would want this functionality.
0
Bryan Hughes
Top achievements
Rank 1
answered on 10 Dec 2009, 05:39 PM
It looks like the export to iCalendar event is close to the functionality need to print schedule view.  Some type of WriteCalendar functionality.
0
Bryan Hughes
Top achievements
Rank 1
answered on 10 Dec 2009, 05:51 PM
I also found this as a possible alternative http://www.telerik.com/support/kb/aspnet-ajax/scheduler/how-to-display-all-radscheduler-appointments-in-gridview.aspx

My question is how can I get the current view of the scheduler and date of current view (i.e. current day selected, current week selected, current month selected).

Thank you.
0
Peter
Telerik team
answered on 14 Dec 2009, 01:48 PM
Hi Bryan,

I might be misunderstanding your question, but I wonder if you can use the SelectedView and SelectedDate properties of RadScheduler.

protected void Page_Load(object sender, EventArgs e)
    {       
        //RadScheduler1.SelectedView.ToString();
        //RadScheduler1.SelectedDate;
    }

Regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler
Asked by
Bryan Hughes
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Bryan Hughes
Top achievements
Rank 1
Peter
Telerik team
Share this question
or