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

Questions Tagged bug

cells don't appear with background color

Answered: Are you using the latest DayPilot Pro version? This normally shouldn't happen and I'm not able to reproduce this problem. Anyway, as a workaround you can also call: dp.show(); It has the same effect ...

Angular2 : problem with licensed version

Answered: There is a bug in the latest release. It's already fixed in the latest sandbox build and a new release is on the way - it will be available later today. Meanwhile, you can use the previous release (8...

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

Answered: Hi Piet, The problem is that the previous behavior was not intended - it was never supposed open a cell bubble on tap. Cell tapping selects a single cell and fires TimeRangeSelected event. You should...

DayPilotScheduler variable no longer available

Answered: Yes, DayPilotScheduler namespace is deprecated as is no longer available. Instead of DayPilotScheduler.dragStart() you can use DayPilot.Scheduler.startDragging(options): Old syntax: DayPilotSchedul...

Bubble not showing when hovering over event

Answered: Pete, What version of DayPilot do you use? There is a bug in version 8.3 SP3 (8.3.3568) which prevents the Bubble activation. It's fixed now in the latest release: https://www.daypilot.org/daypilot-p...

Scheduler OnTimeRangeSelected shows wrong start/end

I set business hours at 7-23 and do not want to show non business hours. My code looks like this: http://pastebin.com/V5RhtV0d The thing is that on time range selected it shows wrong hours, e.g. star...

Scheduler not working

Answered: Ok, nevermind I just used the function I wrote before: protected override void OnBeforeCellRender(BeforeCellRenderArgs e) { if ((e.Start.DayOfWeek == DayOfWeek.Saturday || e.Start.DayOfWeek == DayOfW...

Scheduler for Angular2 not creating resource children

Answered: The resource tree is disabled by default (it adds node icons to the rows which is not desired if it's a flat structure). You can enable by adding "treeEnabled: true":   config: any = {     scale: ...

Daypilot is calling Pageload multiple times

Answered: DayPilot uses the standard ASP.NET CallBack mechanism to communicate with the server side. Each callback fires the respective event handler (e.g. EventMove) but it also goes through Page_Load first. ...

Angular2 Scheduler performance issue after upgrade

Answered: It looks like zone.js generates an internal error whenever an event handler is assigned to a DOM object. This error is handled internally - I'm not sure if it's part of the standard workflow, but it'...

Scheduler event inline editing problem

hallo, i use the latest version (8.3.3553) of daypilot scheduler for asp.net. i have problems with a weird behaviour of inline editing. i start inline editing using EventClickHandling=Javascript. if ...

TimeRange moving down and down

Answered: Ah you're right, have no idea who changed it, but on 100% it is fine, sorry for problem.

angular2-scheduler-spring-frontend npm start

Answered: Unfortunately I can't see the attachment. However, you may need to install Angular CLI globally first: npm install -g angular-cli The tutorial is built using Angular CLI version 1.0.0-beta.19-3. ...

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...
Previous Questions 391-420 of 1063 Next