Month Event Prerender not working
4 years ago.
Trying to change font color in the BeforeEventRender for a Monthly event calendar. At this point it's really just the following code:
Protected Sub DayPilotMonth1_BeforeEventRender(ByVal sender As Object, ByVal e As BeforeEventRenderEventArgs)
e.fontcolor="red"
End Sub
With BeforeEventRender="DayPilotMonth1_BeforeEventRender" on the control.
Nothing changes and the font is the same default black.
DayPilot