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

How to define start and end time

1 Answer 91 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Fernando
Top achievements
Rank 1
Fernando asked on 25 Nov 2009, 03:12 AM
Hello. How can I define the start and end time for every week, in order to show only work hours? (IN VB.NET)

1 Answer, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 27 Nov 2009, 01:05 PM
Hi Fernando,

This feature is currently not implemented in RadScheduler for Winforms. I can suggest you to use the scroll to work hours feature at the moment. This will allow you to automatically scroll to the work time with a single method call.
You can take a look at the following code snippet which demonstrates how to call the ScrollToWorkHours method:
 
Dim dayView As SchedulerDayViewElement = TryCast(Me.radSchedulerDemo.SchedulerElement.ViewElement, SchedulerDayViewElement)
dayView.DataAreaElement.Table.ScrollToWorkHours()

Please contact us again if you need additional information.
 I hope this helps.


Kind regards,
Boyko Markov
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
Fernando
Top achievements
Rank 1
Answers by
Boyko Markov
Telerik team
Share this question
or