G Guest Aug 15, 2006 #1 Is it possible to remove a row in a datagridview programmatically? If so, what is the code? Thanks
N Nicholas Paldino [.NET/C# MVP] Aug 15, 2006 #2 What is the data grid view bound to? Is it a data table? If so, then you need to remove the row from the table and the view will update appropriately. Hope this helps.
What is the data grid view bound to? Is it a data table? If so, then you need to remove the row from the table and the view will update appropriately. Hope this helps.
G Guest Aug 16, 2006 #3 All the values in the datagrid are inserted programmatically. That is, it's not bounded to a database. -- L. A. Jones Nicholas Paldino said: What is the data grid view bound to? Is it a data table? If so, then you need to remove the row from the table and the view will update appropriately. Hope this helps. -- - Nicholas Paldino [.NET/C# MVP] - (e-mail address removed) Dave said: Is it possible to remove a row in a datagridview programmatically? If so, what is the code? Thanks Click to expand... Click to expand...
All the values in the datagrid are inserted programmatically. That is, it's not bounded to a database. -- L. A. Jones Nicholas Paldino said: What is the data grid view bound to? Is it a data table? If so, then you need to remove the row from the table and the view will update appropriately. Hope this helps. -- - Nicholas Paldino [.NET/C# MVP] - (e-mail address removed) Dave said: Is it possible to remove a row in a datagridview programmatically? If so, what is the code? Thanks Click to expand... Click to expand...