Hi,
We are using a readonly UltraGrid to show some details, user will use keyboard to move between rows, and select press enter to show some details. But when user click a cell (we make the datagrid only allow to select full row), but the cell will still able to get the focus, and when using tab to move the focus, we can see the tab stop is moving between columns, then move to next row if at the end of column.
But we found it's not able to move the focus out of the DataGrid when we are at the last row's last column. Is there any solution? Our user request us to operate the system without mouse.
Thanks.
See the TabNavigation property.
We have similar issue. We are however using TabNavigation property to tab to next cell. But what is key board short cut sequence to shift focus to next control in TAB sequence?
thanks in advance,
Abhishek
Hi Abhishek,
I'm not sure what you mean. It's the Tab key. There's no special combination. TabNavigation has an optoin so that when the last cell is reached and there are no more cells to tab to, that the next Tab key will go to the next control.