There seems to be an issue with single click inline row editing in the latest free jqgrid from github master. BeforeSelectRow, clicking on a row to start inline editing causes an exception:
Uncaught TypeError: Cannot read property 'rows' of undefined Line 16181 Column 45TypeError: Cannot read property 'rows' of undefined at showHideEditDelete
If you open this page in chrome and press the Kohe button so that it is in pressed state, then try to click on a line to start inline editing, the aforementioned exception occurs.
Are there any specific instructions on how to use single click inline row editing in the latest version of free jqgrid?