I have a little issue with my datagridview related to edit mode, I mean, I have set editmode property for datagridview to editOnEnter but the problem is that edit mode never stops. Imagine that I am in a cell, I modify its value, and immediatelly I press enter to validate. What this do is to jump to the next row and same column, so if I modify the value for the current cell again and press enter, it jumps to the next row and same column and son on....... but is there a way to tell datagridview to stop enter edit mode constantly?
Thanks.
PD.: I am using C#