Questions Tagged javascript

Minimize row headers

Hi How can i get when i minimize parent row,i have to show all the events belongs to that in the parent row. Does this possible

Angular4 Calendar not showing new events

Answered: Hi! I answer my own question. In the calendar.component.ts, on the createdClosed function there is an error: createClosed(args) { /* This function gets called twice, first args is undefined, the seco...

how to set tool tip for daypilot-calender

Answered: The event tooltip is enabled by default (ShowToolTip property is set to true). The default tooltip uses the event text (loaded from the field specified using DataTextField). You can also customize it...

Undefined Variable

Answered: The original data object is available as DayPilot.Event.data property (see also https://api.daypilot.org/daypilot-event-data/ ). Most event handlers make DayPilot.Event object available as args.e, so...

check Daypilot is open source or not?

Answered: There are two versions of DayPilot: DayPilot Lite (open-source) https://javascript.daypilot.org/lite/ DayPilot Pro (commercial) https://javascript.daypilot.org/try/ This tutorial ( https://code.daypi...

Touch support for Windows devices

I am implementing DayPilot scheduler with drag and drop functionality which works fine with external mouse but when I'm trying to drag and drop my events using touch then it is not functioning as des...

Add Button to Time Header

Answered: This doesn't work because the HTML doesn't get compiled using Angular. It looks like it might be possible to support it in the future it looks like it would also add a lot of overhead (the time heade...

Delete and Menu option in angularJS Event calendar

Answered: The open-source version doesn't include any built-in UI mechanism for deleting events (compare with the options available in the Pro version - https://doc.daypilot.org/calendar/event-deleting/ ). I r...

Scheduler don't read UTC date properly

Answered: The Scheduler works with an idealized timezone that is based on UTC. It mean all dates need to be supplied without the timezone specification. If you specify the timezone it will be used to convert t...

External item dragging into scheduler

Hi, We have used makeDraggable function and set keepElement: true as we have to use same item multiple rows. When i dragged the same item twice and moved or resized the item.One item disappears. Plea...

Infinite scroll

Hi, How does infinite scrolling work? I found a demo where the feature works but when I try to apply it to our code there are problems with the scrollTo call. It does not scroll at the desired time. ...

Scheduler Event backcolor Revert back after loading

Answered: If you add events using .events.add() you don't need to call .update() to apply the change. The Scheduler will be updated automatically. Also, calling .update() in every iteration of the loop is very...

events empty

Answered: It looks like you are calling the .update() method too much. The update() is performed asynchronously a multiple simultaneous calls may disrupt the display. It's not necessary to call .update() befor...

limitations trial version?

Answered: You can use the browser console to check if there is any error in the input data. Just type: dp.resources to see the resources array. The trial version will display 71 rows without any problem. The f...