I have just download the latest and greatest sources from the Free-jqGrid GIT.
Just replacing the old version I had yield an error, that after a debug found out to be an issue with the getCell function.
The following:
celValue = $('#'+gridName).jqGrid ('getCell', rowid, 'id');
ending up with celValue ="", instead of the actual value. I was clicking on the second line, the rowid came back as 'mainSession2', the gridName came back as 'mainSession' which is all good, yet the output that is expected is "2", and came back empty.
In a test I did on last Tuesday (If i'm not mistaken), with the sources I download back then, there was no issue.
Thanks,