Answered: You can display the start and end time using the following properties: <DayPilot:DayPilotMonth EventStartTime="true" EventEndTime="true ... /> Another option is to add the time at a specified locatio...
Answered: Very strange, since the function seems to be defined. One thing to check is the context from which you call the .close() method. To close the modal dialog from the parent simply call .close() on the ...
Hi Can you clarify the DayPilot scheduler costs and functionality please? As an organisation we are looking at both: • DayPilot for ASP.NET MVC version • DayPilot for ASP.NET Web forms version Can yo...
Answered: This means the client-side object has lost the reference to the DOM placeholder. This happens if you try to use a control that has been disposed by calling .dispose() on the client side. Let me know ...
Answered: The row filtering API is not implemented in the Gantt chart at the moment. However, you can hide the row by setting .row.hidden attribute of the task to true: var task = dp.tasks.list[0[; if (!task.r...
Dear all, when I create 2 subtasks, the superordinate task does not calculate to correct days. (Means beginning of the first task and end of the second task = complete duration for the superordinate
Hi Dan and Team, Further to post: https://forums.daypilot.org/Topic.aspx/1056/changing_week_to_working_week_ Will the RecurrenceExpander object take into consideration a working week, Monday through ...
Hello, in the newest Firefox releases the event bubble of DP can`t be displayed anymore. In older FF versions it worked well, also in all other major browsers it`s working without any problems. I`ve ...
E.g. calendar renders 30 minutes slots. But click, drag and unclick paints and adds in 15 minutes granularity. I try to use cellDuration = 15 can move and resize in 15 minutes but I don’t want border...
Answered: Unfortunately there is no way to control how the browsers will scale the page when using a zoom level other than 100%. However, you can try increasing the cell border width using custom CSS theme. Se...
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...
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...
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...
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.
Answered: Yes, you can customize the column HTML using BeforeTaskRender event handler: http://doc.daypilot.org/gantt/task-customization/ void DayPilotGantt1_BeforeTaskRender(object sender, BeforeTaskRenderEven...