Others have asked this question, but there's been no good answers that I can find.
With a jqgrid and inline editing, is it possible to get the focus on the cell that was selected instead of the first cell on the row? In an onCellSelect
handler I can move the focus, but then it immediately returns to the first cell on the line.
Firebug consistently crashes as I step out of the onCellSelect
callback so I haven't made much headway into the jqGrid source itself.