I\'m trying to delete a row from a DataGridView I use two types of instuctions A
VouchersDGV.Rows.Clear()
B
I have had the similar problem, my datagridview control was bound by dataBindingSource to BindingList of objects, and I was unable to remove a row from datagrid. The solution for me was remove an item from BindingList.