Hi Oleg,
thanks for your reply – I found the other parameter…
…However – I also need the table name and the primary key. My idea was to use
ajaxCellOptions: {data: "tableName="+tableName+"&tableNameId="+tableNameId}
This works pretty good – BUT… this overwrites the jqGrid parameters (Col=NewData&id=2&oper=edit)
I also tried it this way:
ajaxCellOptions: {data: "tableName="+tableName+"&tableNameId="+tableNameId+"&rowid="+rowid+"&cellname="+cellname+"&value="+value},
But it seems that the variables are not known at this stage – and this is why it doesn't show the grid than.
Nevertheless, is this the right way to pass additional parameters to the PHP?
Thanks,
Sebastian