For some reason ActivityUpdating (or Deleting or Adding) is just not firing for me. I bring up the appointment editor form, type some stuff, hit Save, my schedule page reloads, but the server event never fires. Any ideas why?
ronmichael said: For some reason ActivityUpdating (or Deleting or Adding) is just not firing for me. I bring up the appointment editor form, type some stuff, hit Save, my schedule page reloads, but the server event never fires. Any ideas why?
Do you have a data provider attached to the WebScheduleInfo? If you are attaching a custom data provider to the WebScheduleInfo, did you set the DataUpdate property to your custom data provider IDataUpdate implementation. I recall there is a check WebScheduleInfo performs, to see if it is attached to a writeable-data provider that is able to update, delete and insert activities.
I've actually made some changes to how I was processing things... so I don't actually need the client side ActivityUpdating at all.
But perhaps it was because I wasn't using ajax/smartupdates at the time and maybe the client side event doesn't fire until the page posts back? I'm not really sure.
Is the appointment showing up after it returns from the server?
-SteveZ
PS - I should add that it's the Server event that doesn't fire. The client side event does.