Hey guys, I need some help with the logic on coding a checkbox column on a Datagrid on a Windows Form. What I want the Datagrid to do, is once the checkbox is checked on the Datagrid, to enable several other columns also on the Datagrid. I think I almost have it, but I cannot figure out how to id the checkbox.
Right now I can get the column, by checking the currentcell.rowindex and columnindex on the MouseUp event of the Datagrid, but how do I identify the actual checkbox and if it is checked or not?
Thanks