Hi all,
I'm first time coding in infragistics. I was checking out the samples, and in the AppointmentDialog2007 sample, I noticed that the default white background for the dayview is from 8am to 4pm (the rest of the hours have different lightblue backcolor), I want to change that range (lets say from 9am to 10pm). Please guide me on what objects and properties to be used.
Thanks,
..ab
ps: i hope this is the correct to post this question to ..
hey thank you so much, this worked!
One lil question. Since this infragistics is new for me, through the code I have discovered that for the ultradayview (and some other controls) the 2 controls/classes play very important role, ie the ultracalendarinfo and the ultracalendarlook. Is there any document that gives a clear picture as to how these objects relate to eachother and what are their roles? I know that a documentation is there for each and every class, but a document that explains in a plain simple friendly way making these kind of concepts clear would be great. Please link me to it if such a doc exists.
UltraDayVIew picks this up from the working hours defined for the associated day of the week. UltraCalendarInfo (see UltraDayView.CalendarInfo) exposes a DaysOfWeek collection; each DayOfWeek object exposes WorkDayStartTime/WorkDayEndTime properties, which you can set to change the default working hours for each day of the week.