AJAX Calendar/Scheduling Controls
How can I disable the eventclicks and the clicks in the free area in the DayPilotLite-Scheduler? The Scheduler is only for viewing.
putthebelow codein the page_load() and try...
Schedular.FreeTimeClickHandling = DayPilot.Web.Ui.UserActionHandling.PostBack Schedular.EventClickHandling = DayPilot.Web.Ui.UserActionHandling.PostBack
Thank you this was very helpful. I was wondering why I couldn't get both the EventClick or FreeTimeClick events to work, and this exactly rectified the issue for me. I stumbled across this, after I simply wanted to just block the JS dialog box from displaying, and voila, it solved both of my issues.
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java