Click here to Skip to main content
15,883,901 members

Comments by dexterama (Top 2 by date)

dexterama 23-Nov-15 14:02pm View    
Your OnCheckedChanged method is returning you the first check box in the first row of the grid that it can find.

The checkbox you're interested in is coming to you in the sender parameter.

The checkbox you're after us (CheckBox)sender, and to reference properties, ((CheckBox)sender).Checked.
dexterama 12-Dec-12 10:42am View    
They appear as they should - one appears one does not, if they have no value.