Good ol’ Ellie here with a Visual Studio 2010 question.
I’ve got a column in a Data Grid View that’s just a check box, and I would like it to appear checked unless the user specifically un-checks it. The only things I’ve found are how to make it checked if it’s just a stand alone checkbox.
Thanks in advance for help!
Ellie
Loop through each row and check its respective box so that it appears checked (by default).
Should be something like this: