DataGridView checkbox column - value and functionality
- by nav
Here is a reference the old SO question.
http://stackoverflow.com/questions/1237829/datagridview-checkbox-column-value-and-functionality/1395215#1395215
I need to know, how would I get the information from a specific cell, so that i may further make the crystal report of the checked rows of datagridview.
Thanks.
-nav