My source is in a MySQL database, I\'ve made an update command and now I need to refresh my DataGrid.
DataGrid
MySqlCommand cmd = new MySqlCommand( \"u
Bind you Datagrid to an ObservableCollection, and update your collection instead.