All of the selection rows in a DataGridView are checked, and I'm trying to set them unchecked at startup.
This didn't work for me:
private void Form1_Load(object sender, EventArgs e)
{
DataGridViewCheckBoxColumn chkbox = new DataGridViewCheckBoxColumn();
chkbox.HeaderText = "Select"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.