i am using DayPilot Scheduler lite and i want to delete event when you click on it. but first i want to ask "are you sure?" with javascript confirmation box..
i try some JS code confirm("Are you sure?"); but it doesnt work?
Answer posted by Dan Letecky [DayPilot] 15 years ago.
The Lite edition doesn't have a client-side (JavaScript) API. You can handle the EventClick event using JavaScript but you will need to invoke the delete command manually using custom PostBack call or using jQuery: