View Single Post
  #10  
Old 09-10-2007, 06:20 AM
SaravananJ SaravananJ is offline
D-Web Programmer
 
Join Date: Aug 2007
Posts: 79
SaravananJ is on a distinguished road
Default 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
Reply With Quote