G
Guest
Hi,
I have been using the DayRender event of the calendar control to format the
appearance of my calendar control, and it works ok.
However, because of the way the DayRender event works, it will fire once for
each day in the calendar control, so if i am displaying july, it will fire 31
times, even if i only require formatting for 2 particular days.
So, my question is, is there a more efficient way to access a day in the
calendar control. Can I somehow access only the cells i need?
thank you
I have been using the DayRender event of the calendar control to format the
appearance of my calendar control, and it works ok.
However, because of the way the DayRender event works, it will fire once for
each day in the calendar control, so if i am displaying july, it will fire 31
times, even if i only require formatting for 2 particular days.
So, my question is, is there a more efficient way to access a day in the
calendar control. Can I somehow access only the cells i need?
thank you