Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
440
How to view working hours on holiday
posted

Hi,

I want to set working hours on weekend and to do this, I first set

dayView.ActiveOwner.DayOfWeekSettings[DayOfWeekEnum.Sunday].IsWorkDay = DefaultableBoolean.True;

and then

dayView.ActiveOwner.DayOfWeekSettings[DayOfWeekEnum.Sunday].WorkingHours.Add (....);

but, in the DayView, Saturday and Sunday still look like non working days. I seem to remember that the previous Infragistics version didn't have this problem, but I'm not sure.

Any suggestion?

Thank you.

Stefano