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

Questions Tagged bug

Remove argument in the onScroll event for dynamic loading doesn't do anything.

When using the dynamic loading feature I am loading events by their associated resource. I want to add and remove events depending on what resource is visible. When attempting to remove, I was passin...

Client and Backend version mismatch

Answered: Hi Jozsef, Thanks for reporting the issue! It's fixed now in the latest sandbox build (2019.3.5988).

Database Connection

Answered: I recommend exploring the downloadable project, it's a complete implementation of the sample application, including database connection.

Drag&Drop with scrolling not working on tablet in scheduler

On a tablet (both iPad & android), when you drag an event to the bottom or top of the scheduler, the scheduler does not scroll up or down. This is working as expected on desktop but not on mobile. Th...

Week View start date not correct in some timezones

Answered: The date calculations shouldn't be affected by the system timezone because all internal calculations are done using the UTC base of the dates. It is however affected by the format you use to specify ...

Angular 8 ivy Error "Could not be resolved to an NgModule class"

Answered: Hi Gert, The DayPilotModule class is decorated with @NgModule (the decorators are not visible in the daypilot-angular.min.d.ts file - they get compiled to daypilot-angular.min.metadata.json). DayPilo...

how to remove alert

Answered: The message pops up because you are using the trial version of DayPilot Pro which can only be used for testing. If you want to continue using DayPilot Pro you need to purchase a license: https://aspn...

'DayPilot' is not defined

Answered: Please make sure that daypilot-all.min.js is loaded before the month control initialization code [@Html.DayPilotMonth("dp",....]. If the library is not loaded at that point it will generate an error ...

Uncaught (in promise) TypeError: Cannot read property 'id' of undefined

Answered: Sorry for the delay. This bug has been fixed in 2018.4.3469: https://javascript.daypilot.org/daypilot-pro-for-javascript-2018-4-3469/

Error ao inicialzar

Answered: This is the URL of the backend controller (Calendar/backend) that handles the internal calls made by the client-side library. If you open it directly in the browser, you will receive an error because...

Error when multi moving while EventMoveHandling is set to notify

Hello, I am using DayPilot Scheduler MVC version 2019.1.5964 and I get an error when I'm trying to move multiple events while the EventMoveHandling of the Scheduler control is set to Notify: daypilot...

Scheduler Performance Problems

Having performance problems with the scheduler, such things as it taking 5 seconds or more just to scroll. I have gone through this and tried varies combinations of the suggestions within it, but not...

Angular 7 - change detection triggered way too much

Answered: There are two factors to take into account: 1. Frequency of change detection cycle calls Angular fires the change detection cycle for pretty much any action, including callback functions that are cal...

Render Angular component into DayPilotMonth event

Answered: The onDomAddEvent and onDomRemoveEvent event handlers are not yet supported in all components. In the DayPilotMonth component it's now available since 2019.1.3594 (use the latest sandbox version - ht...

Not being able to click on the scheduler grid for the modal to pop up

in the default.aspx file i can see the the EventClickjavascript calls a javascript method in the event_handling.js file which should work , i wonder if the grid click has been disabled but i cant see...

Scheduler: rowheader_scroll not scrolling on touch

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

Error parsing date

Answered: Thanks for your reply Dan. I updated the .js files to the latest version and now the issue seems to be resolved. Marco

cellDuration value is not honoring in OpenSource code

Answered: The cell duration adjustment is not supported in the open-source version at this moment: https://doc.daypilot.org/calendar/time-cell-duration/

Event link arrow missing css class

Answered: The arrow element is marked with one of the following classes: .scheduler_default_link_arrow_left .scheduler_default_link_arrow_right .scheduler_default_link_arrow_down .scheduler_default_link_arrow_...

Getting Uncaught Invalid timezone spec: 6667 error while loading the daypilot

Answered: It looks like you are using date/time string in a format that the Scheduler isn't able to parse. For a list of supported formats please see: https://api.daypilot.org/daypilot-date-constructor/

[DayPilot Pro for Angular] Calendar View does not automatically update events

Answered: Please make sure that you don't specify the [events] attribute in the template: <daypilot-scheduler [config]="config" #scheduler></daypilot-scheduler> If you specify the [events] attribute it wil...

ViewType = WorkWeek -> Days=1 and StartDate not monday

Answered: To get the calculated start/end you can use visibleStart() and visibleEnd() methods: https://api.daypilot.org/daypilot-calendar-visiblestart/ https://api.daypilot.org/daypilot-calendar-visibleend/ Th...

Critical error, unable to build code on production environment

Answered: For the record: 1. Problem: Compilation error message: "Unexpected value 'DayPilotModule in ... node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts' imported by the module '...'. Please add @...

Timeheader doesn't scroll vertically

Hi Daypilot, I'm using very old version of DayPilot having version "1418". Now I have a problem with Daypilot Calendar. In my Calendar, I have around 30 days, when I scroll to see another dates, the ...

BubbleText

The bubble text is slower to display upon hover when I there are more resources. This happens in Chrome.

Event rendering on copy

Answered: Most likely, the problem is that the new event has the same ID as the original one. After recent changes, the Scheduler requires each event to have a unique ID. This applies since the various event i...

Slow Load Times in IE11 DayPilot Pro for Javascript

Answered: Andrew, Something like this can happen if you have an extremely large timeline. Try checking your combination of "scale" and "days" values. I'd try to keep the timeline length (the number of cells in...

Kanban for AngularJS not working

Answered: Which version of DayPilot do you use? The latest version (2018.3.3417) seems to work fine so it might be a bug of one of the previous releases: https://javascript.daypilot.org/demo/kanban/angularjs.h...

CornerHtml Showing DEMO Even After licence Purchased

Answered: Please make sure that the DLL is reloaded properly. Sometimes it's necessary to remove the old DLL, run the project in Visual Studio (it will report a compilation error) and then add the new DLL. Let...

Context menu on event creates an extra div

Answered: The purpose of the additional active area div is to keep the icon visible even when you move the mouse out of the event box. It was incorrectly activated for visibility: "Visible" as well. It's now f...
Previous Questions 241-270 of 1039 Next