Hello, I am trying to view several owners in DayView, MonthViewSingle and WeekView. If I set different working hours for each owners, everything is fine in DayView, I can see difference between owners' working and non working days, but nothing happens in WeekView and MonthViewSingle, working and non working days are same for all users.. I have this line of code for every day if it's non working day
owner.DayOfWeekSettings[DayOfWeekEnum.Monday].IsWorkDay = DefaultableBoolean.False;
What could be the problem ? I saw your Owner DateSettings sample, but you are only working with Timeline and DayView.
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.