I am using DatagridView in Vb.net. I want to use ENTER key in datagridview to move from column to column. For example: I have 5 columns, Column1, Column2, Column3, Column4 and Column5.
When I press ENTER key in Column1, it has to move to Column2, then enterkey then move to Column3, then Column4 and finally when it reaches Column5, here.. when you press ENTER key it has to move to next row. So after completing moving from 1st column to 5th Column, it has to move to next row.
At present when you press enterkey it moves to next row, instead of columns to columns.
Please help.
When I press ENTER key in Column1, it has to move to Column2, then enterkey then move to Column3, then Column4 and finally when it reaches Column5, here.. when you press ENTER key it has to move to next row. So after completing moving from 1st column to 5th Column, it has to move to next row.
At present when you press enterkey it moves to next row, instead of columns to columns.
Please help.