SyntaxFix
Write A Post
Hire A Developer
Questions
I tried a lot of methods, and the only one which worked was UpdateCellValue:
dataGridView.Rows[rowIndex].Cells[columnIndex].Value = "New Value"; dataGridView.UpdateCellValue(columnIndex, rowIndex);
I hope to have helped. =)