DataGridView Checkbox Column Will Not Check

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have a Visual C# 2005 windows application program to which I have added a datagrid view that is data bound to a database. I have added an unbound checkbox column as the first column of the datagridview. The data pulls to the other columns fine, but the checkbox column will not allow me to check the checkboxes.

I have set ReadOnly = False and ThreeState = False. I want the user to be able to click the checkbox on certain rows and then read which rows the user clicked on and perform some actions.

Any idea why the checkboxes will not check? Thanks.

View the full article
 
Back
Top