Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
DataSource change dynamically
posted

Hi,

 

I change the DataSource for my XamDataGrid programmatically and everything works fine, but the grid doesn't seem to refresh/redraw the currently displayed records. If I scroll up/down and then bring the records back into view, the data has refreshed ok.

 

I have tried setting the DataSource = null (in hopes of clearing the grid) before resetting it to the new collection, but that doesn't work.

 

Any suggestions please?

 

Thank you.

 

Jeff