All Questions

Scroll down a specific Event on filter

Hi, How can i scroll down to a specific event when i apply filter? . when i apply filter event filtered but i have to scroll down to find specific event . is there any way to go on specific event dir...

How to highlight the busy days in angular2

Answered: <daypilot navigator [config]="navigatorConfig" [events]="events" [(date)]="calendarConfig.startDate"></daypilot-navigator> here [events]="events" is list of events which is used in calendar so same c...

Fix Header

Answered: Please take a look at HeightSpec property, especially Parent100Pct value: https://doc.daypilot.org/scheduler/100-pct-height/

How to get the start and end date

I am currently using the trial version of DayPilot Pro. I am displaying a default week / month view of the current week/month. I need to extract from the calendar the start and end dates it is showin...

module daypilot angular

hi ! i would add this calendar to my software but it wont add the library daypilot pro angular so i install it , i put it in systemconfig.ts : " 'daypilot-pro-angular': 'npm:daypilot-pro-angular' " b...

Apply filtering on "OnInit()" function

Answered: This will work fine - just make sure you don't overwrite Events in OnFinish(). OnFinish() is called at the end of every CallBack request.

two scheduler synchronization

Hello, I have two schedulers on a page. Bottom one doesn't have a timline and it's right under the first scheduler. Cells have the same width, so they look like one grid. But when I expand groups ins...

How to change first column header from time to date?

Answered: Such a view isn't supported at the moment. I recommend using the Scheduler ( https://doc.daypilot.org/scheduler/ ). The Scheduler can display days on the X axis and a hierarchy of resources on the Y ...

Calendar scroll speed

Answered: Basically everything inside function() { .... }: <script type="text/javascript"> dp_day.nav.bottomRight.addEventListener("scroll", function() { setTimeout(function() { dp_week.nav.bottomRight.scrollT...

I want to appear tooltip

Answered: Unfortunately the column headers don't support tooltips in the Lite version at the moment.

hide resources name row

Answered: You can use "rowHeaderCols" property instead of "rowHeaderColumns". It's an older syntax that creates columns but doesn't generate the column headers. It holds an array with column widths: dp.rowHead...

Event overlay

When you create one-minute or two-minute events, and with two-minute intervals between events, they overlap. The configuration used is below. dp.days = 365; dp.locale = "pt-br"; dp.scale = "Day"; dp....

Bubble error on production

Hello I have updated the version as I saw on your previous answers but still have error when hovering on the scheduler cells. Its happening only on production. thanks

Displaying scheduler inside of a popup

Answered: You can set the Scheduler to use full height of its parent (see https://doc.daypilot.org/scheduler/100-pct-height/ ) to avoid duplicate vertical scrollbar. The horizontal scrollbar can be avoided usi...

DayPilot in AngularJS with webpack

Answered: After a night sleeping on the issue, found the solution. DayPilot registers the module in angular using angular.module("daypilot",[]) so in order to register one needs to use the 'daypilot' module na...