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

Questions Tagged bug

Infinite scrolling only works after browser refresh(F5) with version 2020.2.4516

Answered: Version 4516 with the following config it seems to work fine: config: DayPilot.SchedulerConfig = { infiniteScrollingEnabled: true, infiniteScrollingMargin: 20, infiniteScrollingSte...

unexpected scroll on init | incorrect onScroll behavior |infinity scroll loop

Answered: You must not assign the events attribute in onScroll. This causes the change detection mechanism to refresh the Scheduler and fire another onScroll event. See also a related question (it's for Angula...

eventEndSpec and onBeforeCellRender args.cell.events()

Answered: This issue is fixed now in the latest sandbox build (2020.2.4519): https://javascript.daypilot.org/sandbox/

Problem when launch daypilot

Answered: Can you please contact support@daypilot.org? Please include your order number.

Time header active areas don't work

Answered: This issue should be fixed now in the latest sandbox build (2020.2.3744): https://aspnet.daypilot.org/sandbox/

Time range context menu is opened when time range is selected and clicking on event

Answered: Can you please give it a try using the latest DayPilot Pro version (2020.2.4470)?

Problem with an org.daypilot.json.JSONException:

Answered: It looks like you are reading the input stream before passing it to process(). In that case, it's necessary to reset the position in the stream to 0. Something like this might also happen if you try ...

Not having startDate and days filled in in the config doesn't cause the gantt to show every task

Answered: The parent tasks can either use fixed start/end values or values calculated from the children (which is the default mode). You can switch the mode using "taskGroupMode" property: https://api.daypilot...

Arrow issue

Answered: This is by design. In the Scheduler, the left edge uses "w-resize" cursor and the right edge uses "e-resize" cursor. If you don't like the appearance you can replace the built-in resize margins by ac...

DayPilot Calendar. Delete event icon is not show even on demo site.

Answered: This problem should be fixed now in the latest sandbox build (2020.2.3741): https://aspnet.daypilot.org/sandbox/Calendar/EventDeleting.aspx

Angular Scheduler: resources and events rows get desynchronized with scrollIntoView

Answered: Unfortunately, it's not possible to scroll the page using the row header this way. If you really have to do it, you'll need to use an element from the main grid (e.g. a cell). This will keep both pan...

Angular Scheduler: no window vertical scroll on resource header when heightSpec=Auto

Answered: This issue should be fixed now in the latest sandbox build (2020.1.4311): https://release.daypilot.org/changes/js/ Please let me know if it doesn't work as expected.

Angular Scheduler: Slow Scrolling on Resource Headers with Firefox

Answered: This issue should be fixed in version 2020.1.4249: https://javascript.daypilot.org/daypilot-pro-for-javascript-2020-1-4294/ Please let me know if the problem persists.

DayPilot Scheduler Event Moving Shadow Issue

Answered: For the record: The problem was a combination of snapToGrid: true and useEventBoxes:"Never", cellDuration: 1440 and events that start at 12:00 (noon). The events snap to the grid with this config - t...

Scheduler erroring when trying to reload it

Answered: Please take a look at this question: https://forums.daypilot.org/question/4310/daypilot-scheduler-error-error-during-serialization-or-dese If you are storing event data in the ViewState (StoreEventsI...

Scheduler Zoom in IE11

Answered: Hi Jeff, This should be fixed now in the latest sandbox build (2020.1.4281): https://javascript.daypilot.org/sandbox/ See also: https://release.daypilot.org/changes/js/ Please let me know if the prob...

Grid lines not shown at first load

Answered: Can you please give it a try using the latest DayPilot Pro version? The vertical and horizontal grid lines are rendered at the same time as the grid cells and it's very unlikely they wouldn't get ren...

Crosshair=header : highlight don't disapear anymore when moving in columns header

Answered: This issue is now fixed and the fix will be included in the next ASP.NET version release which will be available in about 14 days.

Disabled Cells don't work in Chrome

Answered: This issue should be fixed now in the latest sandbox build (2020.1.4295): https://release.daypilot.org/changes/js/

Vue.js: divShadow is undefined

Answered: > I installed the newest version und the error is gone, but we have instead a new one: "f.divHover is undefined" Like with divShadow we didn't change anything. The Scheduler object is initialized and...

crosshair and shifted timelines

Answered: Hi Simon, This should be fixed now in the latest sandbox build (2020.1.4271): https://release.daypilot.org/changes/js/ Let me know if the problem persists.

DayPilot in lit-element (Web Components)

Answered: Yes, that fixes it. When is the next release planed? After having worked with many different companies offering similar services I have to say: extraordinary work! Thanks a lot!

Overwriting an event backColor seems to remove capability to change selected color

Answered: You can do this by adding the following CSS: .scheduler_default_selected { background-color: black; } .scheduler_default_selected .scheduler_default_event_inner { opacity: 0.7; } It als...

DayPilot.GanttConfig doesn't include onRowCreate

The type definitions of Daypilot.GanttConfig (daypilot-pro-angular 2020.1.4216.) Don't include the function type OnRowCreate Nor is it included in the api docs https://api.daypilot.org/daypilot-gantt...

Input string is not in the correct format error on Samsung Galaxy Note device

We have a web application that uses DayPilot to display a 1, 3 or 7 day view with the hours along the side. In this view there will be calls that the user can click on to take them to another page. T...

Multirange selecting in react disapears when you set the state of the component

In react when you change a component state it will refresh the render. Normally you pass the state to the childcomponents but I can't find the correct method to do so for multi time range selecting. ...

Uncaught Error: Event data item must specify 'start' property

Answered: You need to check the Scheduler event data (dp.events.list). The data items must use the structure described here: https://api.daypilot.org/daypilot-event-data/ This error suggests that the data item...

IE Error when clicking on/resizing an event using Warmup/Cool down Areas

Answered: This is a DayPilot bug. It has been fixed now in the latest sandbox build (2019.4.4159): https://javascript.daypilot.org/sandbox/ Please let me know if the problem persists.

Line of Linked Events on Odd numbered rows are hidden*don't show

Answered: It looks like it might be caused by a scaled view (e.g. browser zoom level not set to 100%). You can try to reset the browser zoom level or increase the link width.

Angular DayPilot.Scheduler Object Missing on Gantt

Answered: Accessing the internal "scheduler" object is a fallback solution and that's why the scheduler property is not included in the TypeScript definitions. You'll be able to access it if you cast the sched...
Previous Questions 181-210 of 1020 Next