I have datagrid navigation set up, but I want to allow the user to move to the next row by pressing the arrow key after entering data(while still in the cell) and move to the next row same column. I capture the key stroke and it moves to the next row, but doesn't highlight that particular cell.
Datagrid1.setfocus
Datagrid1.row = Datagrid1.row + 1
Datagrid1.col = DataGrid1.col
Any ideas?
Datagrid1.setfocus
Datagrid1.row = Datagrid1.row + 1
Datagrid1.col = DataGrid1.col
Any ideas?