All Questions

Context Menu Not Being Displayed

Answered: I've tried to reproduce the problem using the following testing Web Form but it seems to work fine: CalendarContextMenu.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CalendarContextMen...

Scale is always reset to the original Value

Answered: It was a bug, indeed. It should be fixed now in the latest sandbox build (8.2.5833): http://mvc.daypilot.org/sandbox/ Let me know if the problem persists. And thanks for reporting the issue!

Removing event not included in MVC angular demo

Answered: With Angular, you can delete an event by removing it from the underlying event array (events/daypilot-events attribute). The calendar will be updated automatically.

Bubble issue on daypilotcalendar

Answered: Do you have the problem with tried the latest DayPilot version? (There is no version 15.2 and v5.2 is very old.)

Limit resources

Answered: DayPilot Scheduler doesn't limit the number of resources. However, there are different heigh settings that will affect how many resources/rows are visible without scrolling. Please take a look at the...

DayPilot month start date time

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...

Licence for both ASP.NET MVC & ASP.NET Web forms

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...

Javascript daypilot-modal-2.2.js Error issue..

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 ...

Hide rows in Gantt

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...

scroll vertically on touch device

Answered: The latest sandbox build (8.2.2185) now supports vertical touch scrolling using the row headers: http://javascript.daypilot.org/sandbox/ Let me know if it doesn't work as expected.

Border is gone when zoom page.

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...

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...

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, BeforeTaskRenderEven...

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...