How I can handle appointment drag server side to update my database ? Actually, I don't use datasource to populate my scheduler. I mus populate manually and I want to update my database manually server side when appointment is dragged
Thanks
3 Answers, 1 is accepted
0
Peter
Telerik team
answered on 31 Oct 2008, 04:24 PM
Hello ericc34,
When drag-and-dropping an appointment, the AppointmentUpdate event fires, so you need to handle this event to manually update your database.
Thanks I use AppointmentUpdate event to update my database server side. This work well but when I drag my appointment, appointment is save in database with new begin hour but in calendar my appointment is replaced at the same hour begin like I use event.Cancel but I don't cancel event server side.
Do you know why ?
0
Peter
Telerik team
answered on 03 Nov 2008, 01:28 PM
Hello ericc34,
You need to call the Rebind() method of RadScheduler in AppointmentUpdate after you execute the update to the data source.
All the best,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.