How to detect click on disabled cell
Asked by Bernardo
1 years 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 years 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 month old and has been closed. Please create a new question if you have anything to add.