Hi all,
We are studying the SfDatagrid to see if we go ahead with enterprised license but we are facing a main issue when binding the grid item source with dynamic objects (ObservableCollection<dynamic>).
The problem appears when trying to paste a value from one cell to another one.
The data source (ObservableCollection<dynamic>) is updated as I could watch in the code behind but the grid does not show the updated element until I sort it.
Also, if I paste from one cell to another, the old value remains visible in the grid (but updated in the source collection) but if I enter in the edit mode (double click in the cell where I have pasted) I see the new value.
I would say it is a refresh problem that only appears when working with dynamics.
I have attached a sample project where you can clone the repo and check the difference between one grid with dynamic collection (problems as commented), and another with a custom model (it works).
Regards,
Attachment:
SfDynamicGridPoC__34821891.zip