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

WorkTime Area in the weekend

3 Answers 132 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Nadia Sangiovanni
Top achievements
Rank 1
Nadia Sangiovanni asked on 14 May 2010, 04:18 PM
Hi!

Is it possible to set the working area to weekend also?
For now, I can change the Time Interval but it always show for monday to friday.

Thanks,
Nadia

3 Answers, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 18 May 2010, 10:29 PM
Hi Nadia Sangiovanni,

Thank you for contacting us.

This feature is not supported yet, and you are the first to ask for it. The more requests we have for it, the sooner it will appear.

If you have another questions feel free to contact us.

Kind regards,
Dobry Zranchev
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.
0
Nadia Sangiovanni
Top achievements
Rank 1
answered on 19 May 2010, 01:25 PM
Hi Dobry,

I am working on a schedule for production department. The production is separated in 3 shifts 7H30 to 15H30, 15H30 to 23H30, and 23H30 to 7H30 on 7 days. I have to found a way to show the user in which shift the appointment are and make him to see that the  appointment is on 2 shifts. I though about the working time but unfortunatelly is only on 5 days... Is there anything else you think I could use? Different back color? A separation line?

Thanks,
Nadia
0
Boyko Markov
Telerik team
answered on 21 May 2010, 02:05 PM
Hi Nadia Sangiovanni,

Thank you for writing us.

At the moment, the WorkTime of RadScheduler could not be customized very much. You can only change the Start and End hours, but you cannot include or exclude days of the week. The work time includes all days from Monday to Friday. We will do our best to improve and extend this feature in the next release.

Here is a workaround you can use until then: set a different background for the appointments which are in a different shift (i.e. blue for shift one, red for shift two, etc). You can do this by using the Appointment's BackgroundID property and set this property to one of the backgrounds which are in the RadScheduler's Backgrounds collection:

For example:
this.radScheduler1.Appointments[0].BackgroundId = 3;

You can also add a custom background to the Backgrounds collection and use it as an appointment background.

If you want, you can hide the WorkTime area [coloring] of the Scheduler:
 
this.radScheduler1.GetDayView().WorkTime = new TimeInterval(new TimeSpan(1, 0, 0), new TimeSpan(1, 0, 0));

This will make your control to have one and the same backcolor for all scheduler cells.

Hope this helps you.

Kind regards,
Boyko Markov
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 and Reminder
Asked by
Nadia Sangiovanni
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Nadia Sangiovanni
Top achievements
Rank 1
Boyko Markov
Telerik team
Share this question
or