Hi,
With the daypilot scheduler, using the BeforeTimeHeaderRender event, I was able to show the days in my schedule using the business hours of our company.
Now I need to do the same with the calendar. Given that the calendar shows the hours vertically, I can't actually show the business hours for a specific day of course. However, what I CAN do is showing the hours starting at the earliest business day and ending at the latest business day (For instance from 7am to 7pm). However, I can't seem to do that decently. There are only two options for that and both do not really do exactly what we need:
HeightSpec=BusinessHoursNoscroll:
This shows only the business hours, which is what I want. However there's no scrollbar inside the calendar; the page needs to be scrolled instead. That's not an option as everything else scrolls out of view as well (including the header of the calendar, leaving it basically unusable).
HeightSpec=BusinessHours:
This does show a scrollbar inside the calendar, but it doesn't remove the non-business hours. It only scrolls the first business hour into view, which helps a bit, but is not really what we need.
So, basically, I would like to be able to use the HeightSpec=Fixed, but only show the business hours. And if there's no way to get that done sing workarounds already now (I bought the control yesterday, so I think I have the latest and greatest version), I would like to put it in as a feature request.
Thanks,
Rick