CellEndEdit and move to another cell at same row
hi friends ,
In datagridview , When CellEdit is end and you press enter , it is automatically move to the next row . But in fact , i want to move the cursor to the next cell at the same row .
I have tried with key press event but no effect because this event is not activated .
Please help me ,
Thanks.
Answers (1)
0
Hi Minh,
try this SendKeys.Send("{Right}");
Hope this will work!!!