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

Removing Times

1 Answer 62 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Mark Schmitz
Top achievements
Rank 1
Mark Schmitz asked on 18 Jan 2010, 09:15 PM
Hello,

Is there a way to remove time slots entirely from the day view.  I don't want to see the slots whether they are blank or filled.  For instance I don't want to display times from 8am - 12pm time on my day view whether there is an appointment or not.

Any help appreciated!
Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 19 Jan 2010, 10:27 AM
Hi Mark Schmitz,

Thanks for your question. You can use the properties RulerStartScale and RulerEndScale. In your case you should add this code:

SchedulerDayView dayview = this.radScheduler1.GetDayView();
 
dayview.RulerStartScale = 8;
dayview.RulerEndScale = 12;

Do not hesitate to write back if you have further questions.

Regards,
Dobry
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 and Reminder
Asked by
Mark Schmitz
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Share this question
or