ahmed elbarbary

ahmed elbarbary

  • NA
  • 1.6k
  • 254.8k

How to Focus new row in case of cell quantity selected or c

Sep 8 2018 5:10 PM

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

  1. Code     Name     Quantity    Price  
  2. 0101     book       1          10    selectedrow  
  3. 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?