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
345
Keyboard navigation on XamPivotGrid
posted

Hi Infragistics team,

I'm working with the XamPivotGrid v12.1 and I'm unable to get keyboard navigation (arrow and tab keys) to work in the way requested by our users. On the StartupSolution, I'm not able to get keyboard navigation on the highlighted cell working - when I select a cell and press the right arrow, the grid scrolls to the right but our clients want the highlighted cell to move to the right. Is that possible?

Also, when pressing the tab key, the next cell should be highlighted, but the whole xampivotgrid loses focus and focus is set to the next logical control. Is it possible to set this navigation option as well?

On our production environment, we are using custom editors for the cells (mainly labels which implement the IPivotEditor interface to disable cell editing on certain cells and XamNumericEditors for decimal values). When clicking on a cell, the cell gets highlighted and when using the arrow keys, the highlighted cell stays highlighted and logical focus is shifted to the next cell (which renders the dotted rectangle lines). However, when double clicking on the custom editor cell (either on a Label or XamNumericTextEditor), the "correct" behaviour is observed, as the highlighted cell moves with the arrows.

Is it possible to point me to an article about how keyboard navigation is supposed to work on the XamPivotGrid (as I can't find anything in the documentation and forums) and what would be the right approach to allow users to move from cell to cell with the arrow and tab keys?

Many thanks,

Roman