I'm using a the dpsReservations.Resources.Clear(); whoever for an unknow reason I cannot drop the current resources and rebind the the current events. all the resources are staying there however only the events are being cleared
After clearing the resources, it is necessary to call full update:
dpsReservations.Update(CallBackUpdateType.Full);
Please let me know if it didn't help.