I am having an issue with keyboard navigation not working on a form if I have a grid loaded on the same page. I have a feeling the grid is capturing the key presses, so I cannot tab between the form fields or even move the cursor within an input field using the arrow keys.
Below is a sample I’ve cobbled together some code mostly from DHX samples (to minimize the chance of my own code inadvertently introducing the issue). As the code is, I cannot tab between fields on the form, nor move the cursor within a field using the arrow keys. If I simply comment out the section that creates and attaches the grid, the issue goes away.
test.html (3.6 KB)