Problem
cannot focus New Row OR Last Row first cell Code in case of cell quantity selected or changed .
Details
I have datagrid view have data as following
Code Name Quantity Price 0101 book 1 10 selectedrow New Row
After I Reading items By Barcode it add New Row so that some items need to change quantity for it
so that i need after change quantity from 1 to 4 as example go to cell Code in New Row or Last Row without using mouse
to be ready to receive new barcode reading .
enter key on mydatagridview send tab so that i need any thing work around or any solution when cell quantity in current row
changed or selected go to new row cell 1
can i do task above without depend on handle keypress?