Active Questions
Restrict the event to one week
Answered: You can customize the drag and drop operations using the real-time events: https://api.daypilot.org/daypilot-scheduler-oneventmoving/ https://api.daypilot.org/daypilot-scheduler-oneventresizing/ http...
Uncaught TypeError: Cannot read property 'args' of null at HTMLDocument.e.gMouseUp
Answered: This problem is fixed now in the latest sandbox build (8.4.5897): https://mvc.daypilot.org/sandbox/Calendar/ A new release will be available in a couple of days.
Apply theme to scheduler
Answered: All themes (except of the embedded "scheduler_default" theme) are defined in separate css files which need to be included in the HTML page. You can find the themes in "demo/themes" directory of the d...
uploading data
Answered: It turns out that the project included an incorrect version of _db.php that initializes the database. A fixed project is now available for download. The employees are stored in the database, in a tab...
Drag-Drop External event pops to first column
Answered: Figured it out: The second level columns need unique id's. They had id's from a for-loop that was reset for each first level column.
Angular 4+, event multi select
Answered: Yes, it is supported in Angular as well. In Angular, you just need to specify the properties and event handlers on the "config" object instead of DayPilot.Scheduler object. All features work the same...
Set the working time shown
Answered: You probably mean the "Hiding Non-Business Hours" feature of the Scheduler: https://doc.daypilot.org/scheduler/hiding-non-business-hours/ You can show weekends by setting businessWeekends property to...
Angular 4+ Bubble stuck on screen
Answered: That should be fixed now in the latest release (8.4.3058): https://javascript.daypilot.org/daypilot-pro-for-javascript-8-4-sp6/ Let me know if the problem persists.
Display mysql data
I have two input box and with the help of this two input data i wants to display my mysql data Ex. i have so many employee data in a single table then i wants to display only to those people whose ha...
Calendar only showing events for first date in week
Answered: It looks like you didn't specify the date (start property) for the child columns. If the date isn't specified it uses the dp.startDate value (it doesn't automatically inherit the "start" value from t...
Need Information
Answered: Please see the PDF export tutorials at code.daypilot.org: https://code.daypilot.org/76551/html5-scheduler-paged-pdf-export https://code.daypilot.org/73551/html5-scheduler-pdf-export-javascript
Adding code to existing helper class for exchange
Hi there, I was wondering if there is some way to take this code from your example and build it into my Helper Class for exchange? The code: ExchangeService service = new ExchangeService(ExchangeVers...
The request must start with 'JSON' string.
I working on a web application written in ASP.NET MVC 5 with Razor. When i publish website in IIS it throws the error "The request must start with JSON string". Someone who can help me? My View: @Htm...
Scheduler: Row below selected
Answered: Hi Dan Thanks for your fast support. With the sandbox version it works as expected! How do I get rid of the "Demo" label? JJ
Place the event on where we drag
Answered: When you click on a grid cell or select a range using drag and drop the Scheduler fires onTimeRangeSelect and onTimeRangeSelected events which you can use to create a new event at that location. See ...
AutoRefresh Interval
Answered: 1. The default AutoRefreshMaxCount value is set to 20. That means it will stop calling the Refresh event after that number. This limit is introduced intentionally - calling any JavaScript code repeat...
Free to use
Answered: Yes, DayPilot Lite is available under Apache License 2.0 - it's free and open-source. See also: https://aspnet.daypilot.org/open-source/
Event and Resource/RowHeader Template Customization with AngularJs
Are there event hooks that can be latched into for when an event or resource is unloaded from the dom? It looks like I can hook into when they are loaded into the dom via the onBefore___Render events...
Show the events when user collapse parent node
Answered: You can use the following events to detect a tree node state change: https://api.daypilot.org/daypilot-scheduler-onresourceexpand/ https://api.daypilot.org/daypilot-scheduler-onresourcecollapse/