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
1 month 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 month 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.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.