ASP.NET
Anyone using ASPxScheduler?
03/16/2010
10:25:27 AM
2W10MCDUD Show this entire thread in new window
Gratar Image based on email address
From:
E.R. Gilmore
To:
All 
Attachments:
None
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.

West Wind Web Monitor