I have a datagridview which I added a checkbox column. It is exactly like a listview with a checkbox column in detail mode. I want to be able to do the same things as I can in a listview regarding the checkbox column. I need to have the itemchecked event
handler and to be able to loop through all the checked rows in the datagridview just like I can in a listview. I don't see that the datagridview gives me any of those options. Would you have any ideas how I can do it?
Debra has a question