Home Unanswered Active Tags New Question

DayPilotScheduler event text formatting

How do I format the text of the event in the DayPilot Scheduler, I need to get rid of the time (to-from) and put other text in its place?
Asked by Christopher 3 years ago.
Replies
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...
Comment posted by Christopher 3 years ago.
Thanks for posting the solution!
Comment posted by Dan Letecky 3 years ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java