I\'ve an editable unbounded datagridview. I\'m changing the value of new row programmatically.
Normally, when user types in any field of a new row, it becomes dirty
Here I got the solution
myGrid.NotifyCurrentCellDirty(true);