Wael Salman

Wael Salman

  • NA
  • 3
  • 20k

How to delete Checked CheckBox Rows in DataGridView

Jan 7 2009 8:08 PM

Hi,

I have a DataGridView which is bounded to some data source , and I can see correctly all the data in my form.

Th first column is CheckBox column.

How to retrieve which checkBox row is checked?? In order to delete all my checked rows that were checked by thier checkbox.

Hope you can explain how to delete that checked rows from my binding source.

Thank you

Wael