In the day view we have several columns and each column represents a room. and we're using the schedule control in day view to display the information. I was wondering if it was possible to change the background color for a specific series of date and for a specific amount of hours and a specific room (column)?
http://forums.infragistics.com/forums/t/61011.aspx
Great, this is exactly what I have been looking for, I think. :)
For example, on Mondays for Resources 1, I want to "reserve" 9am to 1pm for new patient only (and color code it as so) and the rest of the day the see any kind of patient.
How would the user one enter such a pattern?
-Markus
Yes; the Owner class (in your case each room is an Owner) exposes a DateSettings, DayOfWeekSettings, and RecurringDateSettings property, each of which expose properties that enable you to redefine the working/non-working hours for that Owner on any arbitrarily selected date, day of week, or recurring date pattern. You can also assign an appearance that applies to a particular time range. The link to the DateSettings property has links to related topics and properties. If any of it is unclear repost with specific questions and we'll try to help.