DataView dv = ds.Tables["TAB1"].DefaultView;
dv.RowFilter = " id = 1";
dataGrid1.DataSource = dv;