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

How to detect click on disabled cell

Asked by Bernardo
1 month ago.

I’m following the demo here setting a cell as disabled: https://javascript.daypilot.org/demo/scheduler/cellsdisabled.html

It seems like it also disables all events from triggering. Is there a way to detect a click on a disabled cell?

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

Please take a look at the following tutorial, which uses onTimeRangeSelecting, onEventMoving and onEventResizing to disable custom time segments (that do not correspond to whole cells):

You can use the same approach to implement custom disabled cells functionality.

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