All Questions

Modify EventHeight and e.HTML based on a variable

Answered: OK, I’ve figured out how to do this in my case - in the function that runs when the button in the modal is clicked, set the hidden field value, then run the main function that calls commandCallBack a...

Events start to stack vertically when very small

Answered: eventStackingLineHeight is not something we want, conflicting events should stack in a new line 100%. we already implemented the line property before and it wasn’t helping. Now we also added event.co...

Static Security Analysis flags CWE-77 thousands of times

Answered: Basically, the only risk is injection of unsanitized HTML from user input (displayed to other users). DayPilot includes built-in XSS protection. It automatically encodes all input values that are sup...

Resource row clikc/double-click issue

Answered: Hi Ed, I did a couple of tests to check the issues. 1. The RowClick event seems to work fine like this: RowClickHandling="Callback" OnRowClick="DayPilotScheduler1_OnRowClick" Code behind (C#): protec...

Djangoのアプリ開発

Answered: > Can Timeline be integrated with Django? Yes, you can use it with any framework/backend. A minimal Django template would look like this: {% load static %} <!DOCTYPE html> <html> <head> <script src="...

args.alt, args.control, args.meta on drag events

Answered: Hi Leo, This is now added in the latest release ( 2026.2.6914 ). In addition to the event handlers, you can also get the current modifier key status using DayPilot.Calendar.getCoords() and DayPilot.S...

Daypilot Month - Loading Label acting odd

Hi, Monthly calendar set in “weeks” mode. I have custom left/right navigation which calls _Command in the code-behind. Navigation is working fine but although I have turned the Loading Label on in th...

Infinite scrolling issue, Chrome on Mac

Answered: Hi Leo, There is a problem with the overlay (non-persistent) scrollbar: it is not possible to detect its actual height. So the Scheduler uses a guess value (which is now 14 pixels). If it doesn’t mat...

Critical regression: Infinite scrolling jumps

Answered: The overlay scrollbar fallback is applied only to selected browsers (Firefox everywhere and Webkit on Mac). In Webkit-based browsers you can force a fixed scrollbar (as described here ) to solve this...

args.alt

Answered: Hi Leo, This should be fixed now in the latest sandbox build (2026.2.6905).