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

Active Questions

React Scheduler > Expose event move and resize start

Hello, Similar to `onRowMoveStart`, is it possible to expose a `onEventMoveStart` and `onEventResizeStart`? Thank you!

TypeScript

Answered: Hi Leo, This should be fixed now in the latest sandbox build (2025.4.6721).

React Scheduler > Sticky time header (1st group only for now) on horizontal scroll

Answered: This is what Floating Time Headers feature does. It should be enabled by default, so it looks like you might have turned it off.

React Scheduler > Click and drag on blank space in the timeline to scroll

Answered: This works on touch devices because it’s supported natively there. On other devices, you can use a touchpad or a mouse wheel to scroll in both directions. Emulating this with mouse down + drag is not...

React Scheduler > Mismatching time header groups values

Answered: The value of args.header.end is correct: "2025-11-10T00:00:00" is the exact time point marking the end of the group. However, you can’t simply use the date-only part of this date/time value when gene...

React Scheduler > Additional blank group at the bottom

Answered: This is a special spacing div that is required for proper vertical synchronization of the grid and the row headers. It is marked with scheduler_default_rowheader which makes it look like row header. ...

Graphical representation of check-in and check-out in the hospitality industry

Answered: You can take a look at the following tutorial: JavaScript Scheduler: Use Diagonally Split Cells for Check-In/Check-Out

onEventMoving

Answered: The onEventMoving event is not available in the Lite version. However, you can apply your rules in the onEventMove event (on drop) and cancel the action using args.preventDefault() if needed.

Export Issue In RTL

Answered: There will be a preview available by the end of this month. I will keep you updated.

Scheduler - Behavior of Events reaching the right side

Answered: The floating events feature is only available for the left side of the viewport.

React Scheduler > Difficulty with applying css on row header background and rowmove handle

Answered: It looks like this CSS works for me, so the problem might be somewhere else. You can try turning off your custom JSX temporarily to see if that causes the issue. .scheduler_default_rowheader:hover { ...

why it is not available in npm?

Answered: This is an example project. The library itself (Angular package) is available as @daypilot/daypilot-lite-angular at NPM.

React Scheduler > How to make shadow of event while moving respects the event height, despite margin top of resource

Answered: Hi Andy, In the latest sandbox build (2025.4.6701), it is now possible to set a custom shadow height in onEventMoving using args.height (in pixels).

Scheduler: issue with resources spanning multiple rows

Answered: These two things don’t seem to work correctly in your setup: 1. Coloring the cells All cells in a column should be colored correctly with this event handler: onBeforeCellRender: (args) => { if (ar...

Scheduler - cell mouseover time headers shaded with custom colour

Answered: Yes, you can do it using CSS. In the default (built-in) CSS theme, the following styles are used: .scheduler_default_crosshair_vertical, .scheduler_default_crosshair_horizontal, .scheduler_default_...

React Scheduler > Scheduler automatically expands the children of the dragged

Answered: Hi Andy, By default, the Scheduler expands parents nodes automatically when you drag an event over them. You can disable this behavior using the treeAutoExpand property (set the value to false).

"dp.events.update(dpEvent)" sometimes redraw all Events on a Calendar

Answered: I close my browser, open it again and now it doesn’t flicker anymore! :-| I guess we’ll never know…

React Scheduler > Does onEventClick stop event propagation

Answered: Yes, it does.

React Scheduler > Centering event bar

Answered: Hi Andy, You are probably using rowMinHeight to set the row height. If there are no overlapping events, it is possible to center the event by replacing it with rowMarginTop and rowMarginBottom.

Scheduler - Event disappears if start is not in viewport

Answered: I am using the default theme, I am just changing colours on the before render events. I have turned floating events off and it works fine for what I need.
Questions 1-20 of 5260 Next