I have schedule control and all is good. The problem happens when user leaves browser open for some time and it looks like page gets reloaded so all expanded groups collapsed at this point. I have au...
Answered: If you don't see anything in the JavaScript console I recommend starting with the following minimum code: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>AngularJS Event Calendar</title> ...
Answered: It's in .update() method and it looks like this: window.setTimeout(function() { This.hideDiv.onclick = function() { This.hide(); }; }, 500); In v2.2 it's line 190.
Answered: Unfortunately the month view is not available in the ASP.NET version of DayPilot Lite. http://doc.daypilot.org/month/ However, you will find in it the ASP.NET MVC and JavaScript versions.
Answered: The current implementation doesn't support creating an exception for the first occurrence (the one stored in the master record). If you create an exception with the start date that corresponds to the...
Answered: This was a bug which is now fixed (since build 2100): http://javascript.daypilot.org/daypilot-pro-for-javascript-8-2-sp4/ Let me know if the issue persists.
Answered: You can access the DayPilot.Navigator object using $scope.navigator (because id="navigator"). The config only holds the configuration data (it has no methods). Try this instead: // show $scope.naviga...
Answered: If you want to add custom header and footer to each PDF page simply use the code from "Add Title to PDF" section: // create a graphics object for PDF page modification XGraphics gfx = XGraphics.FromP...
Hi, I've noticed that if I fill the Scheduler with resources to make it displays the vertical scrollbar and then scroll with the mouse wheel, the viewport move backward of one day per scroll. The sch...
Say I have 5 tasks, and each task is linked to the one before it, if i move the first task is it possible to have all the other tasks move the same number of days? so say task one is from 01/01/2016 ...
if you have multiple events on the same day (for the same resource) some of them are not displayed after you export the Scheduler. this does not always happen. it depends from the StartTime and EndTi...
i don't want events to be created before the present time using modal. so i want to hide the modal before current time. can u please help me in hiding the modal??
Hi I want to pass the data from partial view to controller My Partial view Code @Html.Label("Area" , new { @class = "control-label" }) @Html.TextBoxFor(model => model.Area, new { @class = "form-contr...