Hi,
I’m experiencing some strange behaviour when tabbing through cells in a jqxGrid while editing.
I’ve found that if I edit a cell and press tab it selects the next cell, perfectly normal.
If you tab out of the last cell in a row it selects the first cell of the following row.
However, pressing tab again, instead of selecting the next cell, drops focus from the grid.
If you then tab through the other page elements back to the grid you can continue from where you left off.
I’ve found that if I do not enter edit mode on any cells, the tabbing works perfectly fine.
You can reproduce this here: https://stackblitz.com/edit/github-jcfvl1
I would recommend opening the ‘Open in New Window’ feature.
Is there some way I can override this behaviour?
I’ve tried using handlekeyboardnavigation on my grid to control what the Tab key should do, however, I found that this function could not recognise the variables I declare in my component, meaning I have no way to reference my grid and control the cell to select.
Thanks,