Hi,
Does anyone know if it is possible to have 2 webcalendarviews (like in microsoft outlook) with one above the other and with the top one displaying the one month while the bottom one displays the second month? Every time the user selects a new month with the top one, the bottom calendar automatically shows the next month.
Any help would be greatful.
Thanks,
vic
Hi Vic,
It's not going to be possible to do this with 1 single WebScheduleInfo.
Instead, you could use 2 WebScheduleInfo objects and 2 DataProvider objects that are hooked up to the same Database.
-SteveZ
This will defeat the purpose because I am displaying a month view and I can only attach that to one webscheduleinfo. Unless there is something I am missing...which is very possible. :)
Correct, a View (such as the MonthView) can only have a single WSI hooked up to it.
However, i believe you said you had 2 MonthView or CalendarView controls on the page, correct?
I was suggesting that you hook each view control to a sepearte WSI, thats hooked up to the same database.
Thanks Steve,
Yes, I was going to have 2 CalendarView controls on the side like Microsoft Outlook uses in their latest version, but the problem is I have one monthView. I can only hook the one MonthView to one WSI. The only other way that I believe I can do this is to have 2 Month views and hide one while the other displays, but then this will become very complicated. I guess I was hoping to have to Calendar views on the left with one displaying a month ahead of the other. The sure has the option to select from either Calendarview and the ONE month view would display their selection.
I am probably making this sound complicated, but if you have access to the latest version of MS Office Outlook you will see what i mean.
cheers.