I have a datagridview where I want that every time the user enters the enter key a cell in that row should get filled with data. I don't want it to fill with data as the user scrolls down the datagridview or presses the down arrow, rather it should only
fill if the enter key is pressed. How would I be able to do that?
Debra has a question