I have a datagridview in windows forms, the default behavior when editing values is that after the edition of a cell, when I press enter, the selected row changes to the next.
I don't want that, I want to exit edit mode but staying in the same cell.
Is it possible?