search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

DayPilotScheduler event text formatting

Asked by Christopher
15 years ago.
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?
Comment posted by Christopher
15 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...
Comment posted by Dan Letecky
15 years ago.
Thanks for posting the solution!
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.