Howdy, I'm having problems after an insert of an Appointment.
I work with custom objects in a three layer application.
Besides that i use a resource "Locations" and the scheduler does show 3 locations.
I have followed your examples/tutorials and it works great.
I can drag an drop an Appointment from one location to another and an update event fires.
When i insert a new Appointment, it inserts.
But after an insert the Scheduler doesn't allow drag and drop anymore. Well, I can drag and drop, but it jumpes back to the original position. No update-event is fired?
So, i made a method that reloads the entire page after an insert and than it works.
But that's not what i want of course because the problem isn't the insert or the update.
It's is just that the update event isn't fired anymore after an insert.
What to do?
I work with custom objects in a three layer application.
Besides that i use a resource "Locations" and the scheduler does show 3 locations.
I have followed your examples/tutorials and it works great.
I can drag an drop an Appointment from one location to another and an update event fires.
When i insert a new Appointment, it inserts.
But after an insert the Scheduler doesn't allow drag and drop anymore. Well, I can drag and drop, but it jumpes back to the original position. No update-event is fired?
So, i made a method that reloads the entire page after an insert and than it works.
But that's not what i want of course because the problem isn't the insert or the update.
It's is just that the update event isn't fired anymore after an insert.
What to do?