I've set up my jqGrid to use cell editing, and I've bound some keys for navigation.
Up and down arrows will call edit row on the previous or next row, and it works great. Only problem is if I get to the end of the visible records, it does not scroll to keep up.
I've tried setting scrollrows: true
in the grid options, but that only seems to work for selecting a whole row, and not a cell.
Anyone have to deal with this before? I'm not very experienced with scrolling and javascript/jquery, so I don't have an out of the box solution for this.
Thanks for any suggestions!
EDIT: Here is a fiddle to help debug. To see the problem, click on the "Thingy" column, the use the down arrow to navigate.