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

React Scheduler > Control visibility of row move handle

Asked by Andy
2 days ago.

Hello,

I have a requirement to always display the row move handle if some conditions are true.

Currently, it seems that the row move handle is dynamically added to the row header on hover.

Can you provide guidance on this matter? Thank you!

Answer posted by Dan Letecky [DayPilot]
1 day ago.

Hi Andy,

In the latest sandbox build (2025.4.6668), this can now be controlled using the new rowDragHandleVisibility property. The supported values are "Hover", "HoverVisible", and "TouchVisible".

Internally, the drag handle is implemented using an active area. If you need to customize it further, you could replace the default handle with a custom active area.

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):