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:

Re: deleting selected rows in a datagridview by EricW

EricW
Fri Apr 25 02:54:43 CDT 2008

discard this one please...


"EricW" <iemand@home.com> schreef in bericht
news:48118d4f$0$6014$9a622dc7@news.kpnplanet.nl...
> 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:
>