We are working on a project(WPF Client) and using RadSchedulerView that we need to define working days and for each working day needs to be different working hours?
Is any of these possible?
Best regards
Burim
1 Answer, 1 is accepted
0
Ventzi
Telerik team
answered on 17 Oct 2012, 06:42 AM
Hi Burim,
If you like to filter the working days of the week you could do it as shown in our demo. For your case you need to filter the working days and not the weekends.
As to the second question - you cannot set different working hours for each day, but you could set DayStartTime and DayEndTime properties of each ViewDefinition in order to set working hours for the whole week.