0
Answer

How to delete Checked CheckBox Rows in DataGridView

Wael Salman

Wael Salman

15y
6.3k
1

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