Questions Tagged bug
Drag and Drop doesn't work when ShowNonBusiness = false
Version: DayPilotProMvcTrial-7.6.5625 Once I set below properties BusinessBeginsHour = 8, BusinessEndsHour = 17, ShowNonBusiness = false for scheduler (timeline view), drag and drop feature stops wor...
Daypilot Calendar - JS crashes on hover off header
Answered: This issue should be fixed by upgrading DayPilot.dll to the latest version. The updated Timetable Tutorial code now includes DayPilot version 7.6 that fixes the problem: http://code.daypilot.org/6510...
Daypilotmonth1.update() don't work.
Answered: Bind Month control again befor calling Daypilotmonth1.update()
Unable to change cell colour for Calendar
Hi, I am exploring DayPilot using DayPilotProTrial 7.6.3006. I created a OnBeforeCellRender event to change the background colour but it did not change. My aspx page contains: <DayPilot:DayPilotCalen...
mvc 5
Answered: Yes, this happens if you use DayPilot binaries compiled with ASP.NET MVC 4 in a project that uses ASP.NET MVC 5. Releases 7.7 SP1 and later include binaries compiled with ASP.NET MVC 5. http://mvc.da...
Cannot read property 'end' of null
I have a booking system that uses daypilot scheduler. One of the bookings is really really long, and starts before the startdate of the calendar. When trying to resize that event we get an error: Can...
calendar disappear when edit cell's innerHTML
I meet this bug when edit demo page Calendar/ResourcesDaysView.aspx when I edit e.innerHTML in DayPilotCalendar1_BeforeCellRender function(like this: e.Html = "<div class='charge-price-slot'>ss</div>...
Mutliple Selection Count Bug
We downloaded the trial version in order to check if the product suits us. We encountered a bug/error and we are trying to solve it but it did not work. We are trying to select multiple event in orde...
Calendar - Recurring events: Conflicts are not always detected for Modified Exceptions
Hi, (DayPilotPro-7.6.3006.0) It seems to me that if I change the StartTime for a recurring event instance (i.e. creating a modified exception), the conflict detector still uses the old StartTime (fro...
Event bg color does not change after being selected in scheduler
Answered: Nevermind I found my own answer on this board with a bit more searching. For those curious here is the post that helped me. Thanks. http://forums.daypilot.org/Topic.aspx/1907/month-changing-event-bac...
DayPilotMonth TimeRangeSelectedJavaScript: e is not defined
There seems to be a bug in DayPilotMonth TimeRangeSelectedJavaScript as if I try to use "e" in the javascript (e.g. console.log(e)) browser throws Uncaught ReferenceError: e is not defined. Any other...
Demo does not work, DayPilot / HideNonBusiness!
Answered: This is now fixed in the latest release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-6-sp1.html This old mechanism of hiding columns using BeforeTimeHeaderRender event is no longer av...
onTimeRangeSelected(args) not passing values
Answered: The client-side event-handling API has two modes that can be switched using .api property: http://api.daypilot.org/daypilot-scheduler-api/ All DayPilot versions that include an integrated server-side...
Show Business Hours on Saturday using Javascript
Answered: Hi Patrick, In JavaScript you should use onIncludeCell event instead: http://doc.daypilot.org/scheduler/hiding-time-columns/ Example:
<div id="dp"></div>
<script type="text/javascript">
var dp ...
RowHeaderColumn only vertical
Answered: It should be fixed now in version 7.6.2997. You can test it in the sandbox: http://www.daypilot.org/sandbox/Scheduler/RowHeaderColumns.aspx
HeaderLevel no column defined
Hi, When column headerlevel is set to 2 and no column are defined throw an javascript error with cell.clientwidth cell is undefined i have a daypilot calendar in a modalpopup an i initialise it only ...
dpScheduler.ShowBaseTimeHeader = false does not work when exporting
Answered: This looks like a bug. The ShowBaseTimeHeader will be deprecated in the next release (7.6). The time header rendering was changed significantly: 1. The time headers will be fully independent of the c...
Scheduler getRow renamed to $68
Answered: This method was internal and is now hidden. You can use the following method to get information about a cell under certain position:
var cell = dps.cells.findByPixels(120, 1)[0];
var start = cell....
Move Event Handler
Answered: Sorry, I'm still not able to reproduce the problem. Please check also the MoveBy property (it determines the drag handlers): http://doc.daypilot.org/scheduler/event-drag-handlers/ > BTW,Is it possibl...
Calendar centering time column vertically when container is larger than content on newest version
Answered: The left cell was using valign="top" which doesn't work well anymore. It's now updated - can you please try the latest sandbox build (7.5.2989)? http://www.daypilot.org/sandbox/
Scheduler: From DEMO to paid version; DEMO indicator gone, but now says "null" in top left corner
Answered: This looks like a bug. The "null" text comes from CornerHtml property. You can use DayPilotScheduler1.CornerHtml = String.Empty in Page_Load as a workaround.
Where did .scheduler_<theme>_matrix_vertical_break go ?
Answered: This bug should be fixed now in build 7.5.8329. See the sandbox: http://java.daypilot.org/sandbox/
Line 27 error
All my other pages with DayPilot features are running fine, but the main calendar page continues to hang on this one line of code. I added a Modal Popup for the calendar, to add appointments, and thi...
trying to remove a resource row removes incorrect resource cells
Hi Dan, I have added a functionality to remove a resource from the scheduler control by clicking on an icon in the resource header. How I accomplish this is by iterating over dps.resources array to f...
Bubble for scheduler only works when hovering edges of event
Can also be seen here: http://java.daypilot.org/demo/Scheduler/ Only pops up when cursor turns into a resize-cursor.
JS Error - Could not get the position property. Invalid argument.
Answered: This should be fixed now in the latest sandbox build (7.5.2968): http://www.daypilot.org/sandbox/
In Internet Explorer, the vertically adjacent events don't have the horizontal separation line
I am assigning custom css classes to the daypilot events based on some custom condition in the OnBeforeEventRender method. The result looks good in Chrome, but in IE, sometimes if there are two verti...
Scheduler onload only renders half the area
Answered: This bug should be fixed now in build 7.5.8329. See the sandbox: http://java.daypilot.org/sandbox/
Row Header Auto Width
Answered: There is a bug indeed. It works like this: 1. rowHeaderHeight sets the minimal width to be used. 2. rowHeaderWidthAutoFit checks the content and if it doesn't fit there the width is increased. It sho...
Add CssClass in AlldayEvent is not working
in css mode, adding cssclass in normal event is working, however in Allday event is not.