string a=DataGrid[row,column].ToString();DataGridCell cell = new DataGridCell(row,column);
MessageBox.Show(this.DataGrid1[cell].ToString());string a=ds.Table[0].Row[0][0].ToString();