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

Questions Tagged bug

Resource Header Width

Answered: Hi. Yes, You were right! With the new version everything works fine. Now, do I have to buy a new license?

Problem clearing events in Angular

Answered: A few notes: 1. When performing the operations on the events you can either modify the model or use the direct methods. The difference is that the direct methods call $apply to notify Angular about t...

Cell background set in BeforeCellRender but not show for whole scheduler

Answered: Are you using the latest DayPilot version? Something like this can happen: 1) if the Scheduler height is detected incorrectly (this may happen if the parent element is hidden during the Scheduler ini...

Day Pilot Navigator cannot move to next month when scheduler in next month

Answered: I confirm the bug. It should be fixed now in the latest sandbox build (8.1.3461): http://www.daypilot.org/sandbox/ Let me know if there is any problem.

Delete icon in Monthly Calendar

Answered: I can see the delete icon on this demo page (IE, FF, Chrome, Edge): http://javascript.daypilot.org/demo/month/eventdeleting.html Do see the problem in the demo as well? A few things to check: 1. The ...

Day pilot scroll displaying always

Answered: Unfortunately I'm not able to reproduce the issue. If I add .cellWidthSpec = "Auto" to the following demo the horizontal scrollbar disappears: http://javascript.daypilot.org/sandbox/scheduler/height1...

End date is adding one day

Answered: By default, the Scheduler works with exact points in time. E.g. a one day event starting on 2015-10-01T00:00:00 ends on 2015-10-02T00:00:00 (duration of 24 hours). However, you can adjust how the Sch...

Undo Moving event and Undo Resizing event

Answered: Use .onEventMove event handler instead and call args.preventDefault() to prevent the default action and onEventMoved event from being processed: dp.onEventMove = function(args) { if (!confirm('A...

Switcher bug

Answered: Thanks, it should be fixed now in the latest sandbox build (8.1.1842): http://javascript.daypilot.org/sandbox/

Daypilot height 100%

Answered: If you want to set the height to 100% of the parent element, you should use this: dp.heightSpec = "Parent100Pct"; Please note that this requires the parent element height to be set explicitly - s...

json date not converting to daypilot date format

I am rendering all daypilot events by ajax from server(the result is JSON) when i am trying to push it shows invalid time zone. For this i need to iterate all events convert to Daypilot date ,is ther...

Leap Year Issue

Answered: When changing the StartDate and Days properties you can use DayPilot.Web.Mvc.Utils.Year.Days() method to get the number of days for the given year. Example for switching to the following year: Star...

Scheduler - auto width cells

Answered: This issue should be fixed now in the latest release (8.1.1821): http://javascript.daypilot.org/daypilot-pro-for-javascript-8-1-sp2/ Let me know if the problem persists.

Select time range will not be highlighted if only click the cell in Month Calendar

Hi, Seems in month calendar, if only click a cell (not drag before mouse up), it will be triggered from onTimeRangeSelected, but the UI is not highlighted. However, if drag over the cell a bit, the c...

Update headerHtml in onBeforeCellRender

I use angularjs and monthly calendar. I try to update the headerHtml in beforeCellRender event. onBeforeCellRender: function(args) { if (args.cell.start.getDay() === 1) { // first day of month args.c...

Modal dialog does not pop up when gantt is placed inside ajax update panel

I placed a gantt diagram inside an ajax update panel component from MS Visual Studio. An entry in context menu of a task should start a modal dialog. Action of this menu item is set to postback. But ...

$scope.scheduler is undefined

Answered: Then you should be able to start with this code and extend it step-by-step until you have all you need or until it stops working. If it stops working please check the last thing you added.

Scheduler - Browser context menu is shown on event right click

Answered: Hi, thanks for your reply. I've tried with the last version and it seems ok!

Add days to calendar while onEventMoving or onEventResizing

Answered: Unfortunately, this scenario is not supported at the moment. Calling .update() redraws everything and the context is lost (including the drag and drop operation in progress).

AngularJS locale property not working

Answered: I've tested it and it seems to work (even with your code). Where exactly do you see English? In the demo (http://javascript.daypilot.org/demo/lite/), changing the locale affects the day headers and i...

args.cell.start.getDayOfWeek() goes from 1 to 6 (no 7 for Sunday)

Answered: It should return 0 for Sunday. Can you please give it a try with the latest sandbox build (1753)? This returns 0 as expected in the JavaScript console: new DayPilot.Date("2015-06-21").getDayOfWeek(...

IE 9 rendering issue JavaScript scheduler

Answered: I have tried to reproduce the issue using the latest sandbox build (8.1.1753): http://javascript.daypilot.org/sandbox/ I have added the Bootstrap CSS to the main scheduler page: <link rel="styleshe...

[BUG] args.allowed = false on onEventResizing is not working.

Answered: args.allowed in onEventResizing is supported since build 1710. You can download it in the sandbox: http://javascript.daypilot.org/sandbox/

Losing Context Menu when updating scheduler

Answered: Do you update it using an UpdatePanel? In that case make sure that the context menu is inside the same UpdatePanel as the Scheduler. Let me know if this is not the case.

Daypilot recurrence events error

0 down vote favorite I have used the recurrence feature used by daypilot calendar as following : protected void Calendar_BeforeEventRecurrence(DayPilot.Web.Ui.Events.Calendar.BeforeEventRecurrenceEve...

Browser hangs when paging to previous year

Answered: This is a bug of version 8.0.1622 (8.0 SP1). It's fixed now in the latest release (8.0.1658): http://javascript.daypilot.org/daypilot-pro-for-javascript-8-0-sp2/

Using Server side data binding with multiple resources

When there is more than a few hundred rows displayed, the vertical scroll is sluggish and the resource area will go white and then re-render after a second or two. Is there anything I can do to handl...

"Concurrent Event Groups" and "autoRefresh"

Answered: At this moment the group state is not persisted. This means it will reset to the original state on update(). You can customize the groups using onBeforeGroupRender: dp.onBeforeGroupRender = functio...

BusinessBeginsHour BusinessEndsHour not set when switching between day, week, and month view

I'm following this tutorial: http://code.daypilot.org/33944/event-calendar-day-week-month-for-asp-net-mvc to create calendar in day, week or month view. I've set BusinessBeginsHour and BusinessEndsHo...

Wrong time header "month"

Answered: It's fixed now since build 1586.
Previous Questions 421-450 of 1020 Next