除了用
for(int i=7;i<10;i++)
{
  dt.Rows.Add(dt.NewRow());
}
this.DataGrid1.DataSource = DataTable;
以外
还有什么更好的方法吗?