Multiple Row Deletion DataGridView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I would like to delete multiple rows from a bound datagridview? Its
currently deletes only one of the many rows I may have highlighted. What
code can I use and where. Is it possible to do it in the Partial Class in
the Dataset? If not, where in my Windows Forms can I use it? I can use any
of the DataBindingNavigator buttons or create a new one. Any help?


Regards,

Giovanni
 
Giovanni said:
Hi,

I would like to delete multiple rows from a bound datagridview? Its
currently deletes only one of the many rows I may have highlighted.
What code do you use to delete the rows?


What
 
Back
Top