WPF DataGrid Multithreading Crash
问题 I have a View with a DataGrid in it. A ViewModel as DataContext where i can access a DataTable in a background object. The background object has to work with the DataTable and keep it updated. The user has also be allowed to make changes to that DataTable . If i create a copy of the DataTable it stops crashing but the user is obviousely not working on the data. If i leave access open for the user the program crashed inevitabely. Here is a short program that will crash: app.cs public partial