Active Questions
Change Date Format
Answered: DayPilotScheduler1.VisibleStart is a DateTime object so you can get a custom formatted string from it using ToString():
DayPilotScheduler1.VisibleStart.ToString("yyyy-MM-dd");
See also here: http...
display current position details in Calendar (real time)
Answered: Unfortunately this is not supported in the Calendar control at the moment.
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...
Booking for multiple tables
Answered: This scenario is not covered by the tutorial. However, you can select multiple time ranges at once using "time range multi-selecting" feature: http://doc.daypilot.org/scheduler/time-range-multi-selec...
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...
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 ...
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...
jscript runtime error: 'this.nav.top.style' is null or not an object error
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 ...
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 (!tas...
GANTT: Calculating time for superordinate task
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
Calender controls
how to show the monthcalendar of the text given in a textbox in the format of dd/mm/yyyy
need a sample program
Can u give me a sample asp program to display the date,time,and calendar of that month when it is runned or compilled
How to detect when I scroll to the bottom
I see we have method dps.getScrollY() but if I want to detect when we scroll the scroll bar to the bottom, I don't know how to do this? Thanks
Will the RecurrenceExpander object take into consideration a working week (Mon thru Fri)?
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 ...
Bubble not opening in newest Firefox versions (v44)
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 ...
Can be added in a different granularity than displayed.
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...
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...
Disapper Non business working hour cells
Answered: Please see this documentation page: http://doc.daypilot.org/scheduler/hiding-non-business-hours/