How to make event in disabled Cell clickable
5 years ago.
I use args.cell.disabled = true for certain cells because I don't want the user to drag or place events there. The area is used to display static events, that the user shall not be able to modify.
Now, I want these static events to be clickable. I want to add a simple link/redirection if the user clicks on it. For the regular events I use the onEventClick method to display a modal. Is there a way to make the static events disabled but clickable?
Thanks!
DayPilot