I am working on windows form application..
I have a data grid view like this:
Here I am in the driver id column I have to enter driver id. Once I enter the drive id I will press Enter button. At the same time cursor move to next column with release button, but I don't want to move my cursor there automatically, I want to keep always my cursor within the driver id column.
How i can achieve that?