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
1830
Tab Nav Questions
posted

Hello,

Our users prefer a keyboard interface, so I have a few questions.  Please consider a XAML solution before code-behind:

1.  When navigating from an adjacent control to XamDataGrid, it seems that a cell must be active before I can tab into it and edit data.  How could I make the first cell in the add row active by default?

2.  What is a good way to tab from the end of add row to the next add row?

3.  When an entire row has the focus, say after the row is selected, is there a way to use the keyboard to activate a cell within the active row?  If not, is there a code solution for this?

4.  Why is it that sometimes when I tab into a XamComboEditor is goes into edit mode, and other times I must press F2 for edit mode?

Thanks very much.

Parents
  • 1830
    Offline posted

    actually, you may disregard questions 2 and 4.  For number 2, I believe a good way is to hit enter after data is entered in the new row, and another new row will be created into which I can tab.  For 4, I may have been confusing the arrow with the tab (long day), when the tab seems to always launch the comboeditor.  Thanks.

Reply Children