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
320
xamDataGrid loose row selection when datasource is updated
posted

Hi Guys,

I'm working with a xamDataGrid, binded to an ObservableCollection<T>. This collection is updated from a different thread than the UI one. The issue that I'm having is that, if I click on an any given row on the grid in order to select that row, when the Collection gets updated, the Grid looses the focus, therefore  the row selected looses the focus.

How can I solve this?

Thanks in advance!

Regards,

Pablo