Hi,
I'm building a production scheduler where each event has a valid time window (defined by material arrival date and cut deadline). I need to restrict drag-and-drop so that an event cannot be moved outside this window.
Is there a built-in way to constrain event movement to a specific time range per event? Or should I handle this in onEventMoved by validating and reverting if the new position is outside the allowed corridor?
Any examples or best practices would be appreciated.
BRG
Iliah