React Scheduler > Expose event move and resize start
Hello, Similar to `onRowMoveStart`, is it possible to expose a `onEventMoveStart` and `onEventResizeStart`? Thank you!
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 > 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 > 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. ...
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.
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
Scheduler - Behavior of Events reaching the right side
Answered: The floating events feature is only available for the left side of the viewport.
Export Issue In RTL
Answered: There will be a preview available by the end of this month. I will keep you updated.
List of all questions.