It seems the WebCalendar doesn't have the events for DayRender and OnVisibleMonthChanged. I have a really simple page imbedded with a WebCalendar, the page code snippet is as follows:
<
C1WebCalendar:C1WebCalendar ID="C1WebCalendar1" runat="server" Font-Names="Arial, Verdana, Tahoma"ForeColor="Black" Height="180px" Style="z-index: 135; border-left-color: #ececec;
left: 0px; border-bottom-color: #ececec; border-top-color: #ececec; position: absolute;
top: 0px; border-right-color: #ececec"
Width="230px"
On*****
></C1WebCalendar:C1WebCalendar>
Please note the "On*****", the intellisense brings up "OnDataBinding", "OnDisplayDateChanged", etc. But it just doesn't have "OnDayRender" and "OnVisibleMonthChanged", which exists on traditional ASP.NET Web Calendar.
The "OnDayRender" event is really useful when you want to read something out of a database and attach it to each day on the calendar.
So does anybody know how to invoke "OnDayRender" event in ComponentOne Web Calendar? Or there is some alternative function avaiable? The same applies to "OnDisplayDateChanged" event.
Thanks,
Billy