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

add one more TextField

Asked by Hazel Mahmud
7 years ago.

hello how do i add one more TextField = "Location" in my code..

DayPilotCalendar1.ViewType = ViewTypeEnum.Day;
DayPilotCalendar1.DataStartField = "Start";
DayPilotCalendar1.DataEndField = "End";
DayPilotCalendar1.DataIdField = "Id";
DayPilotCalendar1.DataTextField = "Subject";
THIS FIELD --> DayPilotCalendar1.DataTextField = "Location";

please help..TQ so much..

Answer posted by Dan Letecky [DayPilot]
7 years ago.

If you want to customize the event text using multiple fields of the data source you can use BeforeEventRender event handler:
https://doc.daypilot.org/calendar/event-customization/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.