Please consider the following enhancements to improve keyboard navigation and data entry;
setRow(rowindex) and setColumn(index) that would act like, the with the jqxGrid(‘focus’) so the if the user pressed enter, that would be the current editing cell.
This need to work on a new page so the user can start editing without a mouse click and it should set the selected cell to the current highlight color. There should not be a highlighted cell if the grid is not in focus and or the cell is not the current editable cell.
If there is a current cell highlighted or selected via keyboard navigation that should always be the editing cell if enter is press. Many time I have a cell highlighted and the user presumes that is the ready for editing, but is not always the case. If face they often have click to edit. That is confusing to a data entry person. If the cell is highlighted it should be the current editable cell on return.