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
How about
mydatagrid.UpdateLayout();