Questions Tagged bug
DayPilot:DayPilotCalendar not working in server
Dear There, Im from India. Im maintaining one existing asp.net 4.0 project with DayPilot:DayPilotCalendar control. it is working perfect in development machine but its not wroking on our server, that...
Small IE layout issue with Calendar
Answered: Thanks, Richard. It's fixed now in build 6.6.2364. You can download and test it in the sandbox: http://www.daypilot.org/sandbox/Calendar/ScrollingArea.aspx See also: http://www.daypilot.org/daypilot-...
DayPilot Scheduler doesn't repaint itself after an AJAX post because Telerik RadAjaxPanel.
Answered: Drawing the control in an UpdatePanel requires special handling. In case of ASP.NET AJAX (standard part of ASP.NET since v3.5) DayPilot detects the presence of the library uses its special methods fo...
shift between the dates and times of resources
I just set up the scheduler and when I open firefox version 7 my page, I find myself with a lag. The dates of the resources do not fall in front of the dates. The concern is that it does not happen i...
Calendar stuck in loading
Hi... I am not sure this is a bug, but I have a DayPilotCalendar in an UpdatePanel and bound to an EntityDataSource. When I initially load the page, it appears correctly. When I change its StartDate ...
Scheduler control broken in IE8
Answered: The root of this problem is that the height of the parent control is too small. This can happen for number of reasons: Older browsers (e.g. IE7) don't support position:absolute, bottom:0px for stretc...
JScript runtime error on postback when using an updatepanel
I am using an updatepanel around the DayPilot Scheduler. The scheduler performs a postback every minute to refresh the items on the schedule. If I am using the control i.e. scrolling, drilling throug...
Scheduler Week view - CellDuration: 10080 bug?
When using the DayPilot Scheduler in view mode Weekly (CellDuration: 10080, CellGroupBy = GroupByEnum.Week), I get a javascript error on the next line of code: this.drawTimeHeaderCell=function($p,$W)...
invalid argument exception when unlocking machine
Hi, I keep getting an invalid argument exception when unlocking my machine if I have the scheduler open. The error happens in the following function: - this.updateHeight=function(){ if(this.nav.scrol...
Date Columns widths off on Calendar - version 6.6.2346.1
The column headers appear to be a couple of pixels short, which misaligns the heading and creates a gray box on the right side of the headers.
Export of Calendar does not show date in heading
I am unable to get the date to display in the heading. During DayPilotCalendar1_BeforeHeaderRender, e.InnerHTML shows the date, but does not render when exported to PNG.
Scroll Bars not working Calendar Build 6.5.2332 from September 9, 2011
Answered: It seems that this behavior is caused by the newly introduced HideFreeCells property which was not accessible and was always set to true. HideFreeCells="true" hides non-business hours (outside of Bus...
Calendar renders wrong Recurrent Events
Answered: As far as I can tell it behaves as specified. It might not be what you need, however. 1. It doesn't take the event end into account, i.e. it repeats the event based on its start, no matter when it ac...
Scheduler context menu not working
Answered: It's now fixed in build 6.5.2333. See also: http://www.daypilot.org/daypilot-pro-6-6.html Thanks for reporting the bug!
OnBeforeEventRender
Answered: It's now fixed in build 5349. See also: https://mvc.daypilot.org/daypilot-pro-for-asp-net-mvc-1-2-sp1/
Calendar generates OutOfMemoryException
Answered: There was a bug in weekly recurrence code. It has been completely rewritten in 6.4 SP2. http://www.daypilot.org/daypilot-pro-6-4-sp2.html It seems that you are using build 6.4.2251 (6.4 SP1). Could y...
Empty scheduler throws IndexOutOfRangeException
Answered: This is a bug of the 6.5 release. It happens if the Resources collection is empty. It's fixed in the latest sandbox build. The fix will be included in the next release. See also: http://www.daypilot....
clientState not working in daypilot calendar
Answered: The clientState value is only synchronized during calls that are coming from the DayPilot control (either PostBack or CallBack). That means it's not available on the server side when you push a Butto...
DayPilotNavigator don't show recurrence events
Answered: Unfortunately, it's not implemented yet. It's on the wishlist with a hight priority. However, I'm not sure if it will be available in the 6.5 release (http://www.daypilot.org/daypilot-pro-6-5.html).
Daypilot scheduler missing events boxes in exported PNG
Answered: It's now fixed in build 6.5.2301. See also: http://www.daypilot.org/daypilot-pro-6-5.html Thanks for reporting the issue!
Schedule - misalignment resources and header sharepoint 2007 DayPilot 6.4
Answered: Don't you have the zoom set to something else than 100%? If that wasn't the problem, could you please send me the output HTML of that page to support@daypilot.org? http://kb.daypilot.org/55640/saving...
Issue with DayPilot, ASP.net AJAX Control toolkit
We are evaluating the PRO features with our application and are facing some issues with IE9. We are using AjaxControl Toolkit (Latest Version) and Obout Components. There is some conflict with the MS...
'DayPilot' is undefined
Hello, i have a problem with demo version i created a aspx page with calendar elements, and i created the same datatable on the example, but internet explorer look the error 'DayPilot' is undefined.....
How to show slots that have EndTime >= 00:00
Answered: I'm not able to reproduce the problem. If I create a new event (from 22:00 to 00:00 the next day) it displays fine: http://www.daypilot.org/demo/Calendar/ Are you sure that you are loading the data f...
Menu - Javascript commandCallBack is executed after page.loadcomplete and causes page to stop rendering
Answered: Ah I've solved it - sorry, my mistake. I wasn't thinking about the difference between callback and postback - replacing eventMenuClickCallBack with eventMenuClickPostBack makes it work.
DaypilotNavigator JS-select incorrect behaviour
Hello. When use dpn.select(dt) with dt not in visible range navigator should always switch to month which contains selected date. Now the logic is sometimes incorrect, especially when you try to impl...
Problem with weekly recurrence
Answered: This is by design. The first event is always defined by its start and end. The subsequent occurrences are following the recurrence rule. This is how it works internally. However, you should be able t...
DayPilot Month with cancelled DataSource error
Answered: Thanks! It's fixed now in build 2283. See the sandbox: http://www.daypilot.org/sandbox/