i need some help with the built-in validation of the dates.
If end_date is less or equal to start_date, end_date will be automaticly set to <start_date + DHXScheduler.Config.time_step>. My problem is, that i dont want this behavior. I want to call an alert message, so the user can set a new time before the scheduler send this event to the server.
For this reason i need a validation of start_date and end_date with the original values of the Lightbox. Is there any chance to get them before the automatic validation? Or a event handler to detect the “automatic validation”?