I'd like to be able to use keyboard nav (up/down etc) even when I'm not using inline editing. Is it possible to provide keypress/keydown hooks a la Jquery — or to have the underlying Jquery events bubble up?
Love JQgrid, btw. 😉
-Peter
(Btw, I had a brief look at dataEvents in searchoptions, but couldnt get it to work straight away. Is this supposed to cover this use case?)
Tony- I just found your post about doing part of this with cellEdit: true and all columns non-editable. This works for moving up & down the table at least — thanks.
Expanded keyboard events would be welcome of course, ie being able to explicitly bind the Enter key etc.