Active Questions
Events background color in exported PNG image
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.
Hide/Show Navigator in AngularJS(Datepicker style)?
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.nav...
Daypilot Scheduler - Export to PDF
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.Fr...
Scheduler vertical scroll
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...
Start displaying Monthly calendar by the date of the current day
Answered: nevermind, Looks like it's a pro feature...
daypilot.sqlite file
Answered: You can use one of the SQLite manager applications, e.g. http://sqlitestudio.pl/
Gantt control, moving tasks
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 ...
DayPilotScheduler Cannot Export Multiple events on the same day for the same recource
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...
Can i disable modal before the current time
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??
How to pass date from partial view to controller in MVC4?
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...
attributes like name and project codes
Hello, is there a mechanism to capture other attritbutes from user, Errors in does not work with the version on your site in VS 2015 .NET 4.6 thanks
External Drag and Drop in Monthly Calendar
Answered: Yes, but there is no set target date at the moment.
how many days are used this template code?
Answered: 1. If you are asking about the number of days visible in the Scheduler - this sample configuration displays 365 days but you can configure it using Days property. 2. If you are asking about the licen...
Should it be just a matter of replacing the DayPilot.dll to upgrade from the Lite version?
Answered: No additional changes should be required. You can give it a try by replacing the Lite version DayPilot.dll with the trial version from http://www.daypilot.org/try/
Scheduler -> Dynamic Cell Width with a minimum
Answered: There was a bug in the latest release that prevented CellWidthMin from working. It should be fixed now in the latest sandbox build (8.1.3509): http://www.daypilot.org/sandbox/
problem with date and time
hello,How can I separate date and time in two different text fields. Currently I am getting date and time in separate text field and it is inserting into database but events are not moving and not di...
Change Calendar Data based on Dropdown
Answered: In ASP.NET MVC you can request a server-side refresh using Command event handler. 1. Store the filter (the selected user) in the clientState property and invoke the Command event handler:
var selec...
external drag and drop
Answered: The following tutorial shows how to use external drag and drop in a real-world scenario: http://code.daypilot.org/51743/courtroom-schedule-tutorial-asp-net-c-vb-net In most cases you will already hav...