Getting OnBeforeEventRender to fire for Month
14 years ago.
Can't seem to get the OnBeforeEventRender to fire for the Daypilot Month. No errors, just doesn't seem to get called.
I did set the OnBeforeEventRender="DayPilotMonth1_BeforeEventRender"
and have the code:
protected void DayPilotMonth1_BeforeEventRender(object sender, DayPilot.Web.Ui.Events.BeforeEventRenderEventArgs e)
{
Response.Write("SOMETHIN");
}
anything missing?
Thanks,
John
DayPilot