Hi, I need some help with jqGrid. I have a table with the primary key column named 'id'. It seems that there is naming conflict with jqGrid when the inline edit does ajax post back to save data. The rowid used as the unique identifier is also named 'id' in jqGrid.
Is it possible to change the default rowid variable name to something else, such as '_id' to avoid naming conflict? Did I miss something?