WinForms – Can’t edit a DataGridView column
Problem You’re using a DataGridView and you can’t edit one or more of the columns. When you click a cell, it just highlights and doesn’t enter editing mode. Check if your grid, column, or bound property are readonly. If any of these are readonly, you won’t be able to edit the values in the column. … Read more