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

Print Schedule

1 Answer 108 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Somnath Kar
Top achievements
Rank 1
Somnath Kar asked on 06 Aug 2010, 02:40 PM
I am using Telrik Radscheduler. I want to generate html or Pdf from a selected week view RadSchedule where all the scheduled appointment will show like the RadScheduler. If it is possible please let me know how I can do this.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 09 Aug 2010, 03:52 PM
Hi Somnath,


Currently, the only way to print RadScheduler is through the browser. You could use this kb article to show all appointments in a GridView and print this page if necessary. If you need to print appointment just from a specific period, you can use the GetAppointmentsInRange method and populate a gridview with the returned list:
protected void Page_Load(object sender, EventArgs e)
   {
       //RadScheduler1.Appointments.GetAppointmentsInRange(start, end)
   }


Greetings,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Somnath Kar
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or