Questions Tagged bug

Facing issue while exporting data in RTL

Answered: Unfortunately, the image export is not supported in the RTL mode at the moment. It’s in the plan, but we can’t promise any delivery date.

Error constructing DayPilot.Date()

Answered: Have you modified the source code? Or maybe you have overwritten the DayPilot.Date object? Because all this should work fine - you can also test it in the JavaScript console in the online demo .

onShow weird behavior

Answered: 1. The update() method incorrectly cleared the source value, indeed. This problem should be fixed now in the latest sandbox build (2025.1.6384). 2. It’s not clear what exactly is going on in your onS...

Facing Issue While Exporting Data in Resource View

Answered: You will see this error if the Calendar component isn’t visible when calling exportAs() . That can happen if the placeholder <div> is placed inside a hidden element, for example.

Facing Issue To Export Data

Answered: During export, the Calendar sometimes isn’t able to read custom CSS. That’s why you see white text on white background. The formatting issues can be handled using the export customization event handl...

Facing Issue To Set Time Range in Resource View

Answered: The properties you are using are not correct. There are two options: You can change the business hours (business hours affect the viewport height in the default config - see also Height ) using busin...

Yearly Scheduler and Multirange

Answered: This bug should be fixed now in the latest sandbox build (2025.1.6338). For now, a range that spans multiple rows will be limited to the first row when added using multirange.add() .

Time Range Click with multi range not working

Answered: These events are fired for the current selection (the one you click), but you can always get all selected time ranges using the multiselect.get() method. Please let me know if this is not what you ar...

Custom timeline not cut off correctly

Answered: In the manual timeline mode, the Scheduler always uses the default cell width unless you specify it explicitly. The start and end of the last shift are correct (2 hours), but it is displayed at full ...

Property 'level' does not exist on type 'Row'.ts(2339)

Answered: All missing properties should now be included in the TypeScript definitions in the latest sandbox build (2024.3.6165). All documented properties and methods of DayPilot.Row are now available. You may...

Year View (version 2024.3.6130)

Answered: Hi Kym, Sorry for the delay! This issue is now fixed in the latest sandbox build (2024.3.6136). With this build, you can specify the end for each row/month, and it will disable the subsequent cells: ...

keyboard.clearFocus() not found

Answered: It was missing from the TypeScript definitions. It si now available in the latest release ( 2024.3.6130 ).

Scheduler partial updates sometimes are not rendered

Answered: It looks like you invoke the add/remove/update operations during drag and drop moving - but that’s not a supported scenario. It wasn’t designed to support them - it may work or not. The problem is th...