Re: giving each event a different color Hi
I was able to set event style by replacing the "<br />" tag in the EventCalendarDayRender event handler with a div tag like this "<div class=\"" + EventDivStyle + "\">", where EventDivStyle is a new property I added to the EventCalendar class.
Then you can set the EventDivStyle property of the control to a div css style.
__________________ J.Saravanan |