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

Questions Tagged bug

Event Text Color on Export

Answered: On the client side, you should be able to change the font color using args.fontColor: dp.onBeforeEventRender = function(args) { args.fontColor = "red"; }; See also: https://api.daypilot.org/d...

When setting timezone to australia/sydney event in day calendar shows 30 mins late

i use moment js to arrange time my calendar config: $scope.calendarConfig = { startDate: moment().utcOffset(11).format('YYYY-MM-DD') } in my database there is different field for time and date so i u...

Android tap on event triggering time range selected in month Daypilot.Month view

IOS works fine however taping on an existing event in the Daypilot Month view using an android devices is also causing the onTimeRangeSelected to be fired shortly afterwards.

box.html in Gantt Task not displayed of a GroupTask

Setting the box.html is not displayed. See following in documentation box.html (if not specified, complete percentage is used for tasks, empty string for groups and milestone) Setting box.htmlLeft ha...

problem with overlaps in Server.

Answered: The Scheduler supports client-side overlap detection (https://doc.daypilot.org/scheduler/event-overlapping/). This helps with real-time UI feedback but it's also necessary to implement server-side va...

DayPilot Scheduler is slow in IE (only in IE)

Hi, Hope you could help me. We are using Scheduler v8 (Pro) and got an issue that it's really slow in IE (10, 11, Edge). Everything is fine in Chrome and Firefox, though. I've tried to disable nearly...

DayPilot.Scheduler.onIncludeTimeCell doesn't render custom scale correctly

Answered: The onIncludeTimeCell event handler acts as a filter - it's applied after the timeline is generated. You can also generate the timeline manually using scale: "Manual" mode. This will give you better ...

DayPilot Calender not synchronization with different timezones.

in my application using Day Pilot calendar for client bookings and maintaining provide dairy appointments, when appointment created saving selected data and time from Day pilot calendar, when loading...

onRowFilter - error on cells.all()

Answered: This event handler is called during the update process. The rows.cells.all() method will only work correctly when the update is complete. What would you like to achieve? Hide a row that doesn't have ...

Cannot read property 'exp' of undefined

Answered: As far as I can tell there is no "exp" property in DayPilot. It looks like it's related to watching changes of an object that you reference using "config" or "events" attributes. The slowdown is also...

All cards hiding when collapse one swimlane

Answered: This bug is fixed in the sandbox build already: http://javascript.daypilot.org/sandbox/ The fix will also be included in the next official release.

daypilot calendar day is not matching date

Answered: Hi Haider, Can you please give it a try with the latest DayPilot Pro version (8.2 SP1)? http://www.daypilot.org/try/

Angular 2 Troubleshooting

Answered: Ok well my fault so here was the issue: I add that line I mentioned to the angular-cli.json Which is what I have done for every other 3rd party control in this project. I took that line out to stay i...

Event Calendar and ModalPopupExtender

Answered: It's omitted from the tutorial text for brevity but you can find it in the downloadable project (in Default.aspx.cs). This is the source code: private DataTable DbSelectEvents(DateTime start, DateT...

Cross-hair and time range selecting Firefox bug

Answered: Hi, This version (6.7) is more than 4 years old and it's not supported anymore. I recommend upgrading to the latest version (8.2).

DayPilot Scheduler throw Exception when choose weekend, Why!

Answered: This happens because the Scheduler doesn't have any timeline to display. It's an invalid setup. In the latest version it shouldn't throw the exception anymore - it will display an empty scheduler. Wh...

Encoded Characters in Data Prevent EventSelect Event Firing

Hi I'm encoding user input with HttpUtility.HtmlEncode (so apostrophes become e.g. ’) and the encoded input is being saved to database. When DayPilot calendar uses this data it renders fine, bu...

Closed modal not cleaning up after itself?

Answered: This is how it works at the moment: If the modal displays a URL (and not custom HTML) it creates an iframe object and uses it to display the target page. Creating the iframe is expensive so it keeps ...

DayPilot Event Links do not point to accurately

Hi, I am using DayPilot Event Links in my system to show the dependencies oh the workers. But i found that some of the pointer is not pointing to accurate events. Some of them are working normal but ...

Bug in Calendar Lite Version - When moving an event to another location you cannot return the event to its previous location

Answered: I confirm the bug. It doesn't update the state information correctly during callbacks. Any change that returns events to their original state is interpreted as "no change". This bug is now fixed in t...

AngularJS themes not working

Answered: This bug should be fixed now in the latest sandbox build (8.2.2266): http://javascript.daypilot.org/sandbox/ Let me know if there is any problem. And thanks for reporting the issue!

Menu will not display on Mobile

Answered: The context menu opens on right mouse click on the desktop. This event either doesn't exist or mapped unreliably to a touch gesture on touch devices. So the best way to make the context menu accessib...

Error when adding allday event in angular

Answered: This issue should be fixed now in the latest sandbox build (5836): http://mvc.daypilot.org/sandbox/ Let me know if there is any problem.

Scheduler not updating correctly the time when event moved

Hello guys, I was playing around with the scheduler and realized that if I use the scheduler to show only the hour, timeHeaders: [ { groupBy: "Month", format: "MMMM yyyy"}, { groupBy: "Day" }, { grou...

onEventClicked don't work when switching page

Hi, when i switch page, the onEventClicked don't work. I have to reload the page to make it work again. Is it a bug ? There is my code : $scope.schedulerConfig = { scale: "Day", days: 365, startDate:...

MonthCalendar Event CSS

Answered: There is a property called EventTextAlignment which forces the alignment. It was used in the CssOnly="false" mode but it is being incorrectly applied in the CssOnly="true" mode as well. This issue is...

Daypilot trial expires at one day

Answered: There is no built-in expiration mechanism that would cripple displaying the data. It looks like there might be a problem/bug. I assume you are using the sample project from https://code.daypilot.org/...

Scale is always reset to the original Value

Answered: It was a bug, indeed. It should be fixed now in the latest sandbox build (8.2.5833): http://mvc.daypilot.org/sandbox/ Let me know if the problem persists. And thanks for reporting the issue!

How to Remove some circle in attached image Which comes when mouseover on Appointment

Answered: The circle is the actual bubble object. It looks like you are using a custom bubble HTML that is defined as an absolutely-positioned element. This makes it pop out of the bubble and the bubble is una...

DayPilotBubble not showing on Touch/Mobile devices (iOS/Android)

Answered: Peit, How do you activate the bubble? It should work fine for EventClickHandling="Bubble"? If the bubble used to open without EventClickHandling="Bubble" it might have been an unwanted side effect. A...
Previous Questions 361-390 of 1020 Next