I am relatively new to using the WebScheduleInfo class.
We are using 3 WebScheduleInfo classes, where the first one is the current month, the second one is the next month, and the third one is the month after that.
When setting up controls 2 and 3, how can I avoid setting the active day, but still get the control to display the date range I want?
For example, I want one active day to be available to be set, across three WebScheduleInfo objects. Right now, each separate WebScheduleInfo has its own ActiveDay set, and it does nothing when I select this day, because it is already set as the active day.
Thanks
Chuck
I'm not sure this is the best way to design the solution. Have you considered one control showing 3 month range?
Thanks for the reply. How do I go abouit doing that? If using one WebSchedule control, does it show up together or as separate months? I am new to using Infragistics ASP.NET controls.