Hi Damian,
Thank you for contacting Syncfusion support.
Based on the provided information, we have checked your query “
DataGrid not updating when editing grid cell with LoadUIView enabled” in Xamarin.Forms and it is working fine as expected from our side. You no need to refresh the DataGrid after the edit, it will update automatically. For that, you need to inherit the column from
INotifyPropertyChanged.
We have prepared ssample with edit mode, please find the sample by the following link.
Sample link:
DataGridEditSample
You can also refresh the Grid by calling the Refresh method of DataGrid, when updating the values.
If the given sample doesn’t meet your requirement, kindly modify the sample based on your scenario and revert to us with more details the exact replication procedure to replicate the issue. It will be helpful for us to check on it and provide you the solution at the earliest.
Regards,
Subburaj Pandian V