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

Active Questions

Rolling schedule possible ?

Answered: The generated timeline (scale !== "Manual") starts at 00:00 on the date specified using startDate. If you want to shift the start by a smaller unit you will need to hide selected time cells (https://...

Set Display to a Business Year in Scheduler

Answered: Yes, this is possible. You need to modify the row total calculation logic so that it only includes the selected events. The Annual leave tutorial (https://code.daypilot.org/97780/php-annual-leave-sch...

the type name Web does not exist in the type 'DayPilot'

Answered: You'll need to rename your class to something else than "DayPilot".

When is the control ready to use?

Answered: The scheduler.control value is accessible since ngAfterViewInit.

How to Disable Weekend Cells

Answered: You can disable selected cells using BeforeCellRender event. Please see more here: https://doc.daypilot.org/calendar/disabled-cells/

Scheduler Zoom in IE11

Answered: Hi Jeff, This should be fixed now in the latest sandbox build (2020.1.4281): https://javascript.daypilot.org/sandbox/ See also: https://release.daypilot.org/changes/js/ Please let me know if the prob...

onBeforeCellRender

Answered: By default, the results of onBeforeCellRender are cached until the next update() call. You can disable the cache using beforeCellRenderCaching property. See also: https://api.daypilot.org/daypilot-sc...

How to prevent the changed between dates when we implemented Rowfilter and Scrolling.

Answered: When infinite scrolling is enabled, it is necessary to be careful when changing the Scheduler timeline parameters (scale, cellWidth, startDate and especially days). The infinite scrolling feature shi...

Scheduler AutoScroll detect autoscroll event

Answered: Unfortunately, this is not supported at the moment.

Crosshair=header : highlight don't disapear anymore when moving in columns header

Answered: This issue is now fixed and the fix will be included in the next ASP.NET version release which will be available in about 14 days.

Context menu

Answered: You can't display a dropdown but you can modify the menu items (e.g. change the icon) on the fly using onShow() event handler: https://api.daypilot.org/daypilot-menu-onshow/

Grid lines not shown at first load

Answered: Can you please give it a try using the latest DayPilot Pro version? The vertical and horizontal grid lines are rendered at the same time as the grid cells and it's very unlikely they wouldn't get ren...

Vue.js: divShadow is undefined

Answered: > I installed the newest version und the error is gone, but we have instead a new one: "f.divHover is undefined" Like with divShadow we didn't change anything. The Scheduler object is initialized and...

Area selection

Answered: 1. Active areas that specify the "action" property will not let the mouse click event bubble to the underlying event and the event click action won't be fired. You'll need to leave the "action" value...

Row Sort Event/Property for scheduler

Answered: Since build 2020.1.4264, it's possible to read the current sort criteria using DayPilot.Scheduler.rows.sortParam property (read-only): https://api.daypilot.org/daypilot-scheduler-rows-sortparam/

Vue.js: export and download scheduler as svg

Answered: If you follow this tutorial: https://code.daypilot.org/69423/vue-js-scheduler-build-a-reservation-application-in-5-minut you will be able to access the DayPilot.Scheduler object as "this.scheduler". ...

crosshair and shifted timelines

Answered: Hi Simon, This should be fixed now in the latest sandbox build (2020.1.4271): https://release.daypilot.org/changes/js/ Let me know if the problem persists.

Scheduler Event Phases

Answered: The event phases are displayed using active areas (https://doc.daypilot.org/scheduler/event-active-areas/). Active areas are rectangles inserted into events. The can be positioned using css-like left...

Problems between Infinite Scrolling and Switcher over Scheduler Calendar

Answered: The Switcher is only necessary if you want to manage different components, e.g. DayPilot.Calendar for the week view and DayPilot.Month for the Month view. If you are using two different configuration...

Doesn't show all events on live server

Answered: I recommend using the browser developer tools (Network tab) to check what is being loaded and at what point. The loading logic may not be correct. The development environment usually has much lower n...
Previous Questions 1061-1080 of 5056 Next