Hello
I have a webWeekView on a page. When the page opens I would like to control which date range is displayed but have not found any properties that would seem to allow me to do this (for instance if I wanted to open the page and display the week of March 2, 2008...)
Thank you for any suggestions
Tim's correct.
To control the date use the WebScheduleInfo1.ActiveDayUtc parm.
Example from my code:
WebScheduleInfo1.ActiveDayUtc = new Infragistics.WebUI.Shared.SmartDate("DesiredDate");
I would suggest that if you need a guaranteed response that you submit an incident to our Developer Support team.
I don't code but took a quick look thru the help and the WebWeekView class members pointed to WebScheduleInfo for date related information.
Perhaps the Using the WebSchedule Controls and Components section will help: http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/WebSchedule.html
I note that there is a 'Set the Active Day' topic in the Sever-Side Behaviors section that reads like it might help.
Once again I am amazed at the great support. Thank you and keep up the good work.