hansu
Programmer
- Mar 12, 2002
- 89
I want to enable the user to navigate the cells, columns and rows of a datagrid with the tabkey.
I set the datagrid's properties as follows:
.AllowArrows = True
.TabAction = dbgGridNavigation
.WrapCellPointer = True
According to the docu that should enable the tab key as desired but it only works in the last cell of a row going to the first cell of the next row. Thanks for any help.
I set the datagrid's properties as follows:
.AllowArrows = True
.TabAction = dbgGridNavigation
.WrapCellPointer = True
According to the docu that should enable the tab key as desired but it only works in the last cell of a row going to the first cell of the next row. Thanks for any help.