Comment posted by Christopher
16 years ago.
protected void DayPilotScheduler1_BeforeEventRender(object sender, DayPilot.Web.Ui.Events.BeforeEventRenderEventArgs e)
{
e.InnerHTML = "test";
}
answer to my own question, this will modify what is shown for the events,... just add logic to make it .....do something...