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