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

Questions Tagged

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/

Disabling thick boarders when generating custom timeline

Answered: This is a line that is highlights places where the timeline is interrupted (a cell doesn't start at the same time where the previous cell ends). You can override the CSS manually like this (for the d...

DataTextField text with vbcrlf

Answered: You can provide custom HTML that will be used for event content using BeforeEventRender event handler: https://doc.daypilot.org/calendar/event-customization/ Your event handler could look like this (...

FirstDayOfWeek

Answered: The Lite version uses the first day of week that is read from the current Culture. It works automatically for ViewType="Week". You can also display custom number of days (Days property) starting at c...

Wanted to implement Day Pilot Calender control using Anguler JS

Answered: Please see the AngularJS tutorials available at code.daypilot.org: https://code.daypilot.org/tag/angularjs That could be a good start for your application. You can customize the event depending on it...

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.

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

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

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

External drag and drop to another grid is not working for Mobile devices

Dear colleagues, This is a rather important issue for our company. We've implemented drag and drop from one schedule grid to another. Everything works well, but not in IPad and other mobile devices. ...

resources dynamic data Asp.net

Answered: There is now a new tutorial available that shows how to load resources and events in JSON format from a server-side endpoint created using ASP.NET Core: https://code.daypilot.org/99410/javascript-htm...

HTML5 Doctor Appointment Scheduling (JavaScript/PHP) - Js Error on Demo

Answered: As far as I can see there is a problem with double-clicking the grid when timeRangeSelectedHandling is set to "Disabled" (the default value is "Enabled") and timeRangeSelectedDoubleClick is set to "E...

The calendar event handler does not work in window resizing.

Answered: It looks like Chrome doesn't fire window.onresize if you change the window size between "any state" <-> "minimized". However, it is fired if you switch between "normal" and "maximized" state. This is...

change doctors

Answered: You can simply delete the othe doctors in the database ('doctor' table).

DEMO NOTE (ORANGE IN EVENT CALENDAR)

Answered: As noted in the tutorial text, the project download includes a trial version of DayPilot Pro that displays the DEMO label. It's licensed for evaluation purposes only. If you want to use the tutorial ...

How to remove the built-in delete icon from

Answered: You need to set EventDeleteHandling property of the config to "Disabled". Or remove it from the config - Disabled is the default value.

Resource Title Undefined in Scheduler

Answered: Worked out the issue, need to set the header to json reponse header('Content-Type: application/json');

New event renders twice

Answered: Right, Thanks for the help!

Override Daypilot.min.js function

Answered: In case of the ASP.NET WebForms version the client-side library is embedded in the DLL and it's inserted into the page using internal ASP.NET mechanisms. As far as I can tell it's impossible to inser...

How to leave blank area in time header when group is collapsed

Answered: I made a wrapper for daypilot and override method _getScrollableWidth. if (innerHeight > height && !autoHeight && this.reserveSpaceForScrollBar === undefined) || this.reserveSpaceForScrollBar) { scro...

Scheduler ContextMenu Scrolling

Answered: Thank you for your answer. I've found a my solution putting the following code into css file: .menu_default_main {position: absolute; top: 0px; left: 450px; overflow: auto !important; z-index: 11; ma...

Assign Multiple Background Color to an Event

Answered: You can insert custom segments into an event using "active areas": https://doc.daypilot.org/scheduler/event-active-areas/ You can specify the active area position using start/end properties instead o...

Sceduler Export to PDF - the scedule does not show correctly from second page

Hello, When I export schedule to PDF, the rows that has schedule gets shifted down and its not fitting the row like the first page. Is there any way to fix this issue? Thank you.

scheduler export PDF - how to put time bar and dates on the second and third page

Answered: There is a tutorial available that shows how to do this using the client-side export: https://code.daypilot.org/76551/html5-scheduler-paged-pdf-export Basically, it's necessary to export one image pe...

How to Get Specific Date of An Event

Answered: The current position in the grid (in pixels) is stored in DayPilot.Scheduler.coords object. This value is updated in real time: var coords = dp.coords; // coords.x, coords.y You can use DayPilot....

Unrecognized HeightSpec value error by default settings.

Hello I'm using lite version of calendar with mvc 5. I want to show the calendar only working hours. So my here is my code which throws above error. Any idea? @Html.DayPilotCalendar("dpc", new DayPil...
Previous Questions 1831-1860 of 5083 Next