Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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#

share|improve this question
What do you want it to do? Leave the grid? Stay in the grid but stop editing a cell? – UWSkeletor Aug 27 '12 at 14:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.