HI,
Please suggest me, I want to show infragistic Calendar the on the web forum which should have Yearly view having all the 12 months displayed similar to we show on Wall Calendar.
Hello Steve,
I'm using License Product of Infragistics WebSchedule, I have placed two dropdown lists :- Month dropdown and Year dropdown for filtering.
If the User selects Jan as Month and 2011 as Year after Clicking a Button WebmonthView should navigate to selected month and year And should bind the appointments for Jan 2011.
Please do help me in this regards. Unable to figure out the code behind for the button.
Thanks,
Mazin
Hello,
Sorry, but this functionaliy does not exist in our WebCalendarView, WebCalendar, WebMonthView, or WebMonthCalendar. If you would like, please submit a Feature Request for this functionality.
However, I do have a workaround for you. You can use multiple controls set to different months and place them in a layout next to each other to complete 12 months. You can turn off the navigation and month dropdowns from each so it is just the days and so it looks like a normal yearly calendar. I think the best way to approach this would be a usercontrol that contains all the monthCalendars. Then you could have hidden fields in there to keep track of the active day between all months. There would also have to be some work done to keep all the monthcalendars in synch like only one active day between all the calendars etc.
I hope this helps. If you have any specific questions on this, please let me know.