Anyone using ASPxScheduler?
I'm having a problem with updating an appointment. I'm using an objectdatasource connected to a Mere Mortals.Net Entity List. The ASPxScheduler_AppointmentChanging method fires and then right after that it tries to run a set/get on all the entity properties of the changed appointment, which cause an error on the primary key (read only). It never fires the ASPxScheduler_AppointmentRowUpdating or ObjectDataSource_Updating, where I could remove the primary key value.