Hi,
I noticed with the latest update I can't refresh anymore grid.
I have grid.DataSource=list where list is a list<T>.
If after the loading I add a new item in list, I can see there is a new item also in grid.DataSource, but grid doesn't show it.
Is there something I am missing? Before with a grid.Refresh the grid was showing all the changes