Hi; How to find a resource by mouse position on rowColumnHeader using onmouseup event (not usingDaypilot.contextMenuResource) ! I used jquery like this $("body").on("mouseup",".scheduler_hotelca_rowh...
Answered: This issue should be fixed now in the latest sandbox build (8.4.2887): https://javascript.daypilot.org/sandbox/ Let me know if the problem persists.
Answered: In Java, you can load the resources on the server side using getResources() method. Just fill the collection as needed. An example from https://java.daypilot.org/scheduler-tutorial/ : public class Dp...
Answered: The resource id is available in "resource" variable in TimeRangeSelectedJavaScript: <DayPilot:DayPilotScheduler TimeRangeSelectedHandling="JavaScript" TimeRangeSelectedJavaScript="console.log(start +...
Answered: The upcoming version of DayPilot.Modal (2.8) will include a fix for this. You can also release the reference manually by calling "modal.iframe = null;" in onClosed event handler. Note that if you reu...
Answered: That should work if you replace OnInit with OnFinish. OnInit is called once per page load, when the Scheduler is first displayed. OnFinish is called at the end of every callback request.
Answered: Hi Dave, If I understand it correctly, you want to display a kind of confirmation before the action is performed and the confirmation should display some dynamic data loaded from the server. I person...
Answered: The documentation can be found here: AngularJS 1.x documentation for <daypilot-gantt>: https://doc.daypilot.org/gantt/angularjs/ Angular 2+ documentation for <daypilot-gantt>: https://doc.daypilot.or...
Answered: The exportAs() method is available in the Scheduler (DayPilot.Scheduler object) since version 8.2.2117. Note that it's not available for the other controls yet (Calendar, Month, Gantt...). Let me kno...
Answered: Both sources - the article ( http://code.daypilot.org/63034/angularjs-event-calendar-open-source ) and the forum topic ( https://forums.daypilot.org/Topic.aspx/3170/directive-not-working ) use Angula...
Answered: Please hold on - the events.add() and events.remove() optimizations are in the works. At this moment it redraws the full row because it's always safe (the added/removed event can affect row height an...
I am implementing the print functionality in a page that inherits master page in asp.net.so wen I clock on print the PNG generated has all the tabs n stuff which are in master page...How can I get on...
Dear all, I posted this issue one year before, but still found no solution. when I create 2 subtasks, the superordinate task does not calculate to correct days. (Means beginning of the first task and...
After I added sessionState in StateServer mode in the web.config. I encountered System.Runtime.Serialization.SerializationException in the serialization of ResourceCollection. The text of the error i...
Answered: Yes, you can simply override the default TimeRangeSelectedJavaScript value with an empty string: <DayPilot:DayPilotScheduler ... TimeRangeSelectedJavaScript="" />
Hello, We are experiencing some strange behavior on mobile devices. When clicking on some event in calendar with Bubble from IPad or Android browser, the bubble will not pop up until user clicks on s...