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
200
Refresh in XamDataGrid 2009.1
posted

Hi,

i've try to insert the new XamDataGrid 2009.1 in an application that have a thred for refresh it.

The grid is binded to an ObservableCollection of elements the have notifypropertychanged implemented.

The grid raise this error:

XamDataGrid does not support changes (other than ListChangedType.ItemChanged) to its DataSource from a thread different from its Dispatcher thread.

What can i do to solve this problem?