We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

appoinment doesn't update when scheduler view is set to Day

when i edit an appoinment the changes doesn't show in the view,  i tried both changing the data of the object in the observablecollection

            Appointments.FirstOrDefault(x => ((x.Id as int?) ?? 0) == idselectedappoinment).Notes = Notes;

            Appointments.FirstOrDefault(x => ((x.Id as int?) ?? 0) == idselectedappoinment ).Subject= Subject;

and removing the original object to add the edited one

            Appointments.Remove(Appointments.FirstOrDefault(x => ((x.Id as int?)??0) == idselectedappoinment));

             Appointments.Add(editedappoinment);

none of them makes the appoinment in the view update, i have to change the date or the view and go back for it to work,

this only happens in day view, in agenda it updates correctly with both methods




1 Reply

SS SaiGanesh Sakthivel Syncfusion Team December 9, 2022 01:32 PM UTC

Hi Miguel,


#Regarding Scheduler Appointment dynamic change is not working

We could not replicate the reported scenario from our end. We have prepared the sample as per the information and checked the sample from our side. Please refer to the tested sample in the following locations.


Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/SchedulerMAUI-1304527720


Please check the sample and let us know if you still facing the same issue? If not, please modify the sample based on your scenario and revert us back with the following details,


  • Modify our sample to reproduce the issue.

  • Share the issue replicate the platforms.


It will be helpful for us to check on it and provide you with the solution as soon as possible.


Regards,
SaiGanesh Sakthivel


Loader.
Up arrow icon