Active Questions
Sorting related issue in Chrome
Answered: Do you use custom sorting (EventSortExpression)? http://doc.daypilot.org/scheduler/event-sorting/ I'm not sure if this is the problem but the event sorting relies on JavaScript Array.sort() method wh...
Uncaught TypeError: DayPilotMonth.Month is not a constructor
Answered: What version of DayPilot do you use? It looks like you have a very old version of DayPilot.Mvc.dll (something like 1.1) and use it with a newer client-side library (daypilot-all.min.js). You always n...
Remove Demo Title From the Tool
Answered: The tutorial includes a trial version of DayPilot Pro for ASP.NET WebForms. The trial version is not licensed for production use and displays a DEMO label. If you want to use the code in production a...
Switching X and Y axis
Answered: Yes, this is possible using the Calendar control: http://doc.daypilot.org/calendar/resources-view/ However, the vertical time axis in the Calendar is limited to 24 hours.
Gantt Chart - Using icon indicator in column
Answered: Yes, you can customize the column HTML using BeforeTaskRender event handler: http://doc.daypilot.org/gantt/task-customization/
void DayPilotGantt1_BeforeTaskRender(object sender, BeforeTaskRenderEv...
How to disable rowheadercolumn resizing?
It's possible to resize the width of a rowheadercolumn in scheduler by simply moving the columnheader splitter left or right. How can I disable this? I tried the following things without success: row...
Is there a way to drop external element on an event?
Hi Dan, I have some elements I made draggable with the function DayPilot.Scheduler.makeDraggable(item). Can I get the target event Id when I drag&drop over it the draggable item? Thank you.
Old Licence
Answered: Versions 5.3 and 5.8 are more than 6 years old and most likely will not work with this tutorial sample code. It's also not recommended to use an unsupported version in production. If you want to make...
AngularJS how to set businessBeginsHour, businessEndsHour and calendar height
Answered: It's supposed to work like this:
<div ng-app="main" ng-controller="CalendarController" >
<daypilot-calendar id="calendar" daypilot-config="calendarConfig" daypilot-events="events...
Multiple resources timerangeselect
Answered: Yes, it's possible but you need to select the resources one by one (holding Ctrl): http://javascript.daypilot.org/demo/scheduler/multirange.html
ViewType
Answered: The timesheet view (ViewType="Days") is only supported in DayPilot Pro. It looks like you might be using the Lite version. See also: http://doc.daypilot.org/scheduler/timesheet/
Events Not Loading: Customized Work Week View
Hi, When we use Viewtype="resource" customized work week grid is displayed but events are not binding. If I remove Viewtype="resource", single day displayed and event also displayed.
SQLite
Answered: Most likely the problem is that the process doesn't have permissions to write to daypilot.sqlite. 1. Trying adding the permissions. 2. Placing the DB file in a publicly accessible location is not a g...
Monthly report
Hello How to design the monthly view of the event in the report form, based on the events entered using the calendar?
Event moving between schedulers
Answered: Thanks for reporting the issue. It should be fixed now in the latest sandbox build (8.2.2143): http://javascript.daypilot.org/sandbox/scheduler/eventmovingtwoschedulers.html
Start and End Dates Daypilot Scheduler coming as wrong
Answered: Hi Dan, Initialise the DayPilot controls @Html.DayPilotCalendar("dpc", new DayPilot.Web.Mvc.DayPilotCalendarConfig { BackendUrl = Url.Content("~/MyRequests/Backend"), TimeRangeSelectedHandling = Time...
integrating the daypilot calendar with may controller/view
Answered: In the Pro version, there is a ClientState property that will hold and persists such data (such as filter parameters) and pass them to the server side with every callback: http://doc.daypilot.org/cal...
Can i have this on Delphi - Pascal?
Answered: Unfortunately this only works on .NET. I'm not sure if there is any EWS library for Delphi available. The Microsoft EWS library is a wrapper around the Exchange Web Services API (SOAP) which can be a...
Scheduler styling: small vertical open space between rightmost column and right border
The right side of the scheduler looks like this: http://imgur.com/D7Ngfvy Is it possible to just hide the outer border, or is there another solution to this? I'm using angular daypilot and I created ...