Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WPFを使用しています。DataGrid(.DefaultViewにデータバインドされている)に表示されるDataTableがあります。別のスレッドがDataTableに新しい行を追加しますが、これらの行はDataGridに表示されません。
私は何か間違ったことをしていると思います。プログラムで新しい行を追加しながら、DataGridにDataTableを表示する方法を教えてもらえますか?
よろしくお願いします、Gianluca。
新しい行を追加した後、グリッドを更新する必要があります。
//when dataTable changes datagrid.Items.Refresh()