I have to color each event with its proper backgroud color which is saved on the database ,
NB: i applied a css mode : CssOnly="True" cssclassprefix="month_white"
on the event BeforeEventRender where i can change the color i tried to change it by :
foreach (Event e in events)
{
e.BackgroundColor = e.Color;
}
The color still unchanging