I'm creating an appointment application and would like to set the webdayview to show nothing earlier than today, and to be able to set the last day that can be shown (no more appointments after june 1, 2008 for example)
Is there a property somewhere that will handle this ?
That works. Thanks!
I'd recommend using the ActiveDayChanging event and if the NewDate is outside of your window, Cancel the event. http://help.infragistics.com/Help/NetAdvantage/NET/2007.3/CLR2.0/html/Infragistics2.WebUI.WebSchedule.v7.3~Infragistics.WebUI.WebSchedule.ActiveDayChangingEventArgs_members.html
-Tony