Setting tab order in datagridview
10:48 24 Feb 2018

I have a datagridview for sales entry where their columns are itemcode, itemname, barcode etc. After typing the item code or itemname or barcode, the next tab should go to quantity and then without going to the next column next row should be added.

My datagridview image:

enter image description here

c# winforms