Hi tony,
It took me a while to find out why my “id” field was not transmitted to the server when saving: it's because you insert the rowid into the same key!
Since I use a lot of “id” fields (but only a few of them are editable, that's why I found this so late) I would like you to change the key of the jqGrid inserted rowid.
Best option would be to make this configurable in the table options, so that existing scripts can use the existing “id” solution further and that developers who want to change this can do it very easily.
I did the changes in my local code already:
inlineedit.js, line 125, change to:
tmp[$t.p.rowidkey]
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top