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

Active Questions

Version Lite

Answered: The ASP.NET Core version of DayPilot is now on hold - please see my reply here: https://forums.daypilot.org/Topic.aspx/3983/click-event You can use DayPilot Lite for JavaScript which includes Calenda...

Click event

Answered: Please note that the special ASP.NET Core version of the Scheduler is now on hold. I recommend using the JavaScript version - it works with an ASP.NET Core backend just fine. There is a tutorial avai...

Demo

Answered: You can see a live demo of the Scheduler here: https://javascript.daypilot.org/demo/

Width of overlap event

Answered: In the Lite version, it's not possible to adjust the overlapping behavior. It uses a fixed mode that corresponds to "Full" arrangement mode in the Pro version: https://doc.daypilot.org/calendar/event...

Daypilot Modal window issue - Responsive

Answered: At this moment, the modal dialog is not fully responsive. However, it adjusts itself according to the page so it doesn't overflow the current viewport. You can also adjust the position by setting the...

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...

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...

how to get Entire week total hours using daypilot scheduler

Hi I am new to Day Pilot Scheduler. I have referred this link https://code.daypilot.org/54503/angularjs-timesheet-tutorial-javascript-php here this link has both javascript (angularjs) and PHP for me...

fatal error

Answered: It looks like the 'ODBC' user doesn't have sufficient permissions (to access the database). See also: https://dev.mysql.com/doc/refman/5.7/en/privilege-system.html

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...

DayPilot Scheduler end date set as current

Answered: Use: days: 7, instead of days: new DayPilot.Date().dayOfWeek(),

Uncaught TypeError: Cannot read property 'calendar' of null

These errors keep on coming after I delete an event

daypilot remove event using javascript event listener

Answered: The events.remove() method requires DayPilot.Event object. This is the recommended way to add a custom icon with an onclick event handler (using an active area): <div id="dp"></div> <script type="...

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. ...

Scrolling for past 30 days and future 30 days

Hi, How to allow user to scroll left and right to 30 days in the past and 30 days in the future respectively in day pilot scheduler?

Event moving and dragging not working in IE

Answered: This was a bug of the last release. It's fixed now in version 8.4 SP3: https://javascript.daypilot.org/daypilot-pro-for-javascript-8-4-sp3/

How to not allow schedule on weekends

Answered: It's possible to the non-business hours in the Schedule using ShowNonBusiness property (it hides hours outside of BusinessBeginsHour and BusinessEndsHour and weekends): https://doc.daypilot.org/sched...

For how many days trial version of Day pilot pro will run in Server

Answered: The trial version allows you to use DayPilot Pro for evaluation purposes for up to 60 days.

How to hide the Trail message popup in IIS SERVER?

Answered: The trial version displays a "DEMO" label and also a popup to remind you that you are using a version that is not licensed for production. If you want to deploy DayPilot as part of your application y...

Is there any feature for showing time range scheduling line for Parent resource?

Answered: At this moment the Scheduler doesn't generate summary events automatically. However, you can generate it manually based on the DB data a display it in the parent row using the parent row id.
Previous Questions 1941-1960 of 5202 Next