dataGrid1.DataSource=null;
如果是绑定要DataSet的,把DataSet清空,DataGrid也就自动清空了
DataGrid.Items.Clear();

相关文章: