search envelope-o feed check
Home Unanswered Active Tags New Question

Questions Tagged bug

Undefined resourcecolumn

Answered: This is fixed now in build 2853: http://www.daypilot.org/sandbox/ The fix will be included in the next release. Thanks for reporting the bug!

Newest DayPilot Pro 7.3.2840.0 Resource calendar does not show events

Answered: We've discovered the same problem after upgrading to 7.3. The problem seems to occur in daypilot-calendar.js. If you have access to the source code, you can fix this manually in daypilot-calendar.src...

Newest DayPilot Pro 7.3.2840.0 does not bind multiple calendars on one page

Answered: This bug is fixed now, see also: http://forums.daypilot.org/Topic.aspx/1909/newest-daypilot-pro-7-3-2840-0-resource-calendar-does-not-s

Export not supported when Multi Level Header is used in Scheduler

I have Used Multi level Header Ranging from Day - Hour - Minute(15 mins span) . It works fine when i run it in browser. But it gives some strange image as output when i export it. I have attached two...

EventStackingMode with Cell not allowing the right click menu on the event for Month caledar

version 7.2 sp1 when i use EventStackingMode='Row' i can use/see the right click event menu when right clicking on an event. If i turn EventStackingMode to 'Cell' the right click event menu no long s...

long event does not appear- daypilot

Short duration daypilot events show on the schedule just fine, but if an event lasts for several months, it may not show on the schedule. For example, if you create a development event that starts on...

crash on opening ajax toolbox popup extender (IE 10 only)

only in IE 10 (no such issue in previous version of IE and Chrome): IE crash on TimeRangeSelected opening modal popup extender from ajax Control Toolkit P.S.: in all other cases (when opening not fro...

DayPilotNavigator vs Update panel crash with lib vers 7.2

Created a empty page, added a Navigator control and a button. The button is in a seperate UpdatePanel. When button is clicked, server is called handle click. In this case, first time you click the bu...

Unspecified error

Hi, I use the Month calendar in a C#/ASP.NET (3.5) project. I display a ModalPopup (Ajax) when clicking on an event, but sometimes I obtain: "Microsoft JScript runtime error: Unspecified error" In de...

Active Area not working properly in IE

Hi, The Active Area javascript setting not working properly in IE. I tried the online sample http://www.daypilot.org/demo/Scheduler/ActiveAreas.aspx in IE 8 ( version: 8.0.7601.17514) and Google Chro...

Bug on IE9 and Scheduler.js: invalid argument on colSpan

Hi, On IE9, the following code will fail: if ($m.Columns == null || $m.Columns.length == 0) { c.colSpan = $0P; $R.style.width = $1l + "px"; } else { ... Because if $0P == 0, then an execption is rais...

IE 8 - DayPilot Schedular throws javascript exception

Answered: This problem was fixed in 7.1 SP2: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-1-sp2.html

InnerHTML render bug in Calendar cells

Hi everybody, I would like to know if there's a quick workaround to fix a bug (at least I suppose that is a bug) in cells render. I'm using the Calendar component, and I'm trying to inject some html ...

Scheduler Demo 7.1.2734 Event issue when run locally

Hi, I downloaded the Trial solution and noticed that when running the TimeHeaders form the events are shown on the wrong days when it is run locally (the form hosted by DayPilot is fine). For example...

Month / Scheduler Control hangs IE9

DayPilot 7.1.2730 I have a page which displays a scheduler or month control within a jQuery UI tab page. I am using script to ensure that the tab control fills the available space, and I want the con...

Internet Explorer 6 daypilot scheduler compatibility

Hello, We are planning a new project for a company that still uses Internet Explorer 6 as main browser :( We tested you control and fits our requirements but we have a problem with daypilot 7 and new...

CSSClass problem in BeforeEventRender Method with Daypilot Calendar

Answered: The class is added to the element if CssOnly="False" is set on the DayPilot:DayPilotCalendar but not of CssOnly="True" I've figured this workaround: modify the InnerHtml to add a marker div then add ...

Bug in Calendar withTimeHeaderCellDuration?

Answered: The TimeHeaderCellDuration only accepts values that divide 60 without a remainder. There is a check missing, 40 should not be allowed. If you want to show custom time slots I recommend using the mapp...

Crosshairs prevent EventSelectJavaScript and TimeRangeSelectedJavaScript from firing in IOS6

Answered: Since 7.3 release DayPilot should be compatible with iOS 6. See also the release notes for supported actions (EventClick is supported): http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-3.h...

Calendar not changing with Navigator selection MVC4/Razor

I am using the 7.1.5463.1 version of DayPilot.Web.Mvc.dll I am using the scripts from 11/20/2012 I have created a sample application to demonstrate the behavior, but it is too big to upload. When sel...

Javascript alert "Undefined" when clicking on the Time Range Header in DayPilot Calendar

Answered: It's caused by an extra line of code that was added for debugging purposes. You can comment out line 3917 in Calendar.js and recompile. A service pack with a fix will be released soon.

DayPilotCalendar HeaderHeightAutoFit not working sometimes inTabContainer is an ASP.NET AJAX Control

Answered: This doesn't work on controls that are hidden when the init code is executed. You can run the auto-fit manually by calling autoHeaderHeight() method (hook the tab switching event). The same applies t...

conflict detection still has some problems. Bug?

Answered: It's fixed now in build 7.1.2728: http://www.daypilot.org/sandbox/ See also: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-2.html The main algorithm requires a sorted list which was not...

Conflict detector date comparison Bug

Answered: Please see here: http://forums.daypilot.org/Topic.aspx/1776/conflict-detection-still-has-some-problems-bug

Localizing scheduler not working

Answered: The fix is included in 7.1 SP3 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-1-sp3.html

Frameset issue with DayPilotBubble

Answered: Andrew, Could you please try build 2718 from the sandbox? http://www.daypilot.org/sandbox/ This issue should be fixed there. Please let me know if the problem persists.

Calendar

Answered: Unfortunately neither of these is possible at this moment.

Bug with getScrollableHeight into the scheduler.js

Answered: Thanks for reporting the bug. It's already fixed in the latest codebase and the fix will be included in the next release: http://java.daypilot.org/daypilot-pro-for-java-7-1/

I got an error .. " Unable to convert '' (from DataStartField column) to DateTime."

Answered: Steve is right: You should check the values in this column. It looks like one of the values is null. DayPilot uses the following code to get the DateTime value from the DataStartField column: ...

IE does not show correct BackgroundColor from BeforeEventRender

Answered: If you are using CssOnly="true" mode you should check the following question: http://forums.daypilot.org/Topic.aspx/1692/how-do-i-change-the-colors-of-the-event-headers-in-version-7 You may need to m...
Previous Questions 571-600 of 1020 Next