Is it at all possible to hide non-working hours by setting a property of the NonWorkingTimeSlotStyle attribute of the WorkDayStartTime and WorkDayEndTime objects?
I use the following code to set the WorkDayStartTime and WorkDayEndTime properties:
jobsWebScheduleInfo.WorkDayStartTime = new SmartDate(1, 1, 1, 7, 30, 0);
jobsWebScheduleInfo.WorkDayEndTime = new SmartDate(1, 1, 1, 18, 30, 0);
Why Infragistics team doesn't response to half of questions in forum? This is THE question!
This is a peer-to-peer support forum, neosynergix. It's likely there was no reply to the original poster because no one knows of a solution to this problem off the top of their head, not without taking more time to investigate. You can always submit a support case online if you need a response from an Infragistics team member,http://es.infragistics.com/support/submitrequest.aspx
As to vanerleo's question, I have my doubts about how easy it's going to be to hide the non-working hour timeslots. While you could style non-working hour timeslots independently of working hour timeslots with something like display:none trying to make them disappear using CSS, I don't know what you would do with the 24 hours that scroll up-and-down on the left-side of WebDayView. They would still be there. It might be possible if you could hide the non-working hour timeslots with CSS and write DOM to remove nodes from the left-side of the WebDayView.
It would be much easier if a property governing visibility of non-working hours were added, so I think it would be best to suggest this as a feature at http://devcenter.infragistics.com/protected/requestfeature.aspx
Regards,