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

Questions Tagged article-27988-c

How can I fetch value of new column from database and display it on the calendar?

Answered: You can use onBeforeEventRender event handler to modify the event HTML (args.data.html) using the staff column (args.data.staff): https://doc.daypilot.org/calendar/event-customization/ You can also m...

How to stop drag and drop feature on event calendar

Answered: You need to turn the features off one by one: dp.eventMoveHandling = "Disabled"; dp.eventResizeHandling = "Disabled"; dp.timeRangeSelectedHandling = "Disabled"; See also the following tutorial ...

How to change weekly calender

Answered: You can change the visible week using startDate property: <select id="week"> <option value="2016-04-04">Week 14</option> <option value="2016-04-11">Week 15</option> </select> <div id="dp"...
Questions 1-3 of 3