Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
705
How to move the focus out of the UltraGrid by using Tab?
posted

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.