E
EricW
Hi,
If I delete 700 rows in an Excel sheet it takes about half a second, but
when I do the same with my databound datagridview, it takes up to 2 minutes.
Isn't there a faster way to delete selected rows in a datagridview?
My code:
For Each rw In Me.dgvImport.SelectedRows
rw.DataBoundItem.delete()
Next
rg,
Eric
If I delete 700 rows in an Excel sheet it takes about half a second, but
when I do the same with my databound datagridview, it takes up to 2 minutes.
Isn't there a faster way to delete selected rows in a datagridview?
My code:
For Each rw In Me.dgvImport.SelectedRows
rw.DataBoundItem.delete()
Next
rg,
Eric