does anyone know how to add rows to a datagrid?<BR>i populate the datagrid from a DB, like this: <BR><BR>datagrid.DataSource = myCommand.ExecuteReader(CommandBehavior.CloseConne ction);<BR><BR>My problem is to add more data to the datagrid with a new OleDbCommand.<BR><BR>