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

Questions Tagged bug

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.

JavaScript error when right-clicking on a cell in the scheduler control when there are no context menu items defined

I am using the DayPilotMenu control and the DayPilotScheduler in tandem in an ASP.NET MVC application. The DayPilotMenu control displays a context menu when the user clicks in one of the cells of the...

Export/Print custom headers

Answered: This bug is fixed now in the 7.5 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-5.html

Themes not working correctly?

Answered: looks like it was just confusion on my part as to how the cssOnly attribute worked. if I manually set the background with beforecellrender as seen at http://forums.daypilot.org/Topic.aspx/1724/howto-...

Time format in the time header resets to 24hour after update() call

I'm using the mvc scheduler, and displaying only single day. For the time header display, I'm doing the following to get the 12 hours format (AM/PM), and also setting TimeFormat = TimeFormat.Clock12H...

CssClass property of BeforeCellRenderArgs doesn't add class name

Answered: This issue is fixed now in build 7.4.2950. The fix will be included in the next release.

Bug for month in IE8

Answered: This bug should be fixed now in build 7.4.2951 (see the sandbox at http://www.daypilot.org/sandbox/). Please let me know if there is any problem.

Month Control :bug for <IE9

Answered: This bug should be fixed now. Please see http://forums.daypilot.org/Topic.aspx/2017/bug-for-month-in-ie8

CssClass property of BeforeCellRenderArgs doesn't work in some condition

Answered: This is a bug of the optimized rendering mode (all identical cells in a column are rendered as a single div). This is already fixed in the ASP.NET WebForms version and it will be fixed in the MVC ver...

Day pilot calendar disappear

Why my dayilot calendar disappear when I insert a event or when I change the date but the event did go into the database

Event rendering different on Chrome

Answered: If you don't use EventSortExpression it will be sorted using an equivalent of "start asc, end desc". If both event start and end are identical then the result is not guaranteed. It turns out that IE ...

DayPilot Lite Schedular is Very Slow in IE 10

Answered: First, you should also check if it is the Scheduler and not your SELECT command that is causing the delay. DayPilot Scheduler Lite is not optimized to display a large number of events. You can try th...

Bubble for Resources at Top and Bottom not working as it should in IE/Chrome.

Details attached in docx file.

Problems Migrating DayPilot Lite for ASP.NET MVC 1.3 SP1 (build 1.3.395)

Answered: This error suggests that the daypilot-all.min.js file was not included properly. This file defines the DayPilot namespace - it includes all the .js files merged (common.js, calendar.js, month.js, mod...

Bubble + Traditional Theme

Answered: Seems to be fixed in the sandbox version: http://www.daypilot.org/sandbox/Scheduler/ThemeSilver.aspx

Events rendering 1 day back

Answered: Please try using DateTime.Date when setting the new StartDate value, e.g. protected override void OnCommand(CommandArgs e) { switch (e.Command) { case "navigate": D...
Previous Questions 601-630 of 1084 Next