Hi all,
in our application, there is a concept of "blocking" a Timeslot or a range of Timeslots, so that no Appointment can be created in that timeslot. The visual appearance of the timeslot shud also be prominent. I want that timeslot to be of a particualr backcolor and have a text "Blocked" written on it. Its particular to a certain owner. Plz guide on how to set a backcolor and writing a text on it.
thanks.
Hello,
What that help document describes is the best way to do what you want.
should I use the example like the following:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.2/CLR2.0/html/Infragistics2.Win.UltraWinSchedule.v10.2~Infragistics.Win.UltraWinSchedule.OwnerTimeSlotSettings~TimeRangeAppearances.html
I was just hoping that at any moment cant I just make a time range non-working. Because in case the working hour is from 9am to 11pm, I will have to split this in N number of groups, like if my non working hours are defined like 1pm-2pm,4pm-5pm,7pm-9pm, I will have to create a list of working hours, like 9am-1pm,2pm-4pm, etc and then use a for loop to add those to a workinghours collection.