I have a DataGridView binded to a DataTable (DataTable binded to database). I need to add a DataRow to the DataTable
DataGridView
DataTable
DataRow
GRV.DataSource = Class1.DataTable; GRV.DataBind(); Class1.GRV.Rows[e.RowIndex].Delete(); GRV.DataSource = Class1.DataTable; GRV.DataBind();