I am using the Grid preview and have successfully binded it to an observable collection, but the grid cells do not refresh as the OC values change. If I scroll an updated cell off the visible area, and then back onto the visible area, it appears.
I tried datagrid.UpdateLayout(); but no effect.
How do you enable auto refresh?
Thanks