Is it possible to disable clicking on cells previous to the current datetime?
The goal is to only trigger the event creation with future times, not the past.
Thank you.
PS: In DayPilot Lite for JavaScript.
Unfortunately, DayPilot Lite doesn't support disabled cells. However, you can check the dates in onEventMove, onEventResize, and onTimeRangeSelect events handlers and call args.preventDefault() to cancel the operation if it doesn't meet the rules.
Thanks for answering.
I'll try that.
Thanks.