Active Questions
ERROR in ./node_modules/daypilot-pro-angular/daypilot-angular.ngfactory.js
Answered: This issue is now fixed in the latest sandbox build (2020.1.4301).
DayPilot Pro for JavaScript > Installation
Answered: Hi Rafael, Yes, exactly. You just need to replace daypilot-all.min.js with the one from the licensed version.
remove demo
Answered: You'll need to purchase a license: https://javascript.daypilot.org/buy/ The tutorial includes a trial version of DayPilot Pro.
angular timetable for school and class weekly timetable
is there any option to schedule a week for school / class timetable with custom timings and custom blocks?
How to add more fields when creating events
Answered: You can use DayPilot.Modal to display a custom page. This approach requires that this page interacts with the server directly. You can find an example in the following tutorial: https://code.daypilot...
DayPilot Pro for JavaScript
Answered: The use of the trial version is limited to evaluation purposes and to 60 days. See also the trial license agreement: https://javascript.daypilot.org/files/LicenseAgreementTrial.pdf
Disabled Cells don't work in Chrome
Answered: This issue should be fixed now in the latest sandbox build (2020.1.4295): https://release.daypilot.org/changes/js/
Export Scheduler Data
Answered: The best way to export the data is to use the events.list property: https://api.daypilot.org/daypilot-scheduler-events-list/ The Scheduler updates this array with all changes made using the UI (event...
Scheduler erroring when trying to reload it
Answered: Please take a look at this question: https://forums.daypilot.org/question/4310/daypilot-scheduler-error-error-during-serialization-or-dese If you are storing event data in the ViewState (StoreEventsI...
Calendar Resources Header width
Answered: Unfortunately, this is not supported at the moment. As you mentioned, it's possible to use fixed column width but it applies to all columns.
Multirange selecting in react disapears when you set the state of the component
In react when you change a component state it will refresh the render. Normally you pass the state to the childcomponents but I can't find the correct method to do so for multi time range selecting. ...
Rolling schedule possible ?
Answered: The generated timeline (scale !== "Manual") starts at 00:00 on the date specified using startDate. If you want to shift the start by a smaller unit you will need to hide selected time cells (https://...
Set Display to a Business Year in Scheduler
Answered: Yes, this is possible. You need to modify the row total calculation logic so that it only includes the selected events. The Annual leave tutorial (https://code.daypilot.org/97780/php-annual-leave-sch...
the type name Web does not exist in the type 'DayPilot'
Answered: You'll need to rename your class to something else than "DayPilot".
When is the control ready to use?
Answered: The scheduler.control value is accessible since ngAfterViewInit.
How to Disable Weekend Cells
Answered: You can disable selected cells using BeforeCellRender event. Please see more here: https://doc.daypilot.org/calendar/disabled-cells/
Scheduler Zoom in IE11
Answered: Hi Jeff, This should be fixed now in the latest sandbox build (2020.1.4281): https://javascript.daypilot.org/sandbox/ See also: https://release.daypilot.org/changes/js/ Please let me know if the prob...
onBeforeCellRender
Answered: By default, the results of onBeforeCellRender are cached until the next update() call. You can disable the cache using beforeCellRenderCaching property. See also: https://api.daypilot.org/daypilot-sc...
How to prevent the changed between dates when we implemented Rowfilter and Scrolling.
Answered: When infinite scrolling is enabled, it is necessary to be careful when changing the Scheduler timeline parameters (scale, cellWidth, startDate and especially days). The infinite scrolling feature shi...
Scheduler AutoScroll detect autoscroll event
Answered: Unfortunately, this is not supported at the moment.