jqGrid (Delete row) - How to send additional POST data???
- by ronanray
Hi experts,
I'm having problem with jqGrid delete mechanism as it only send "oper" and "id" parameters in form of POST data (id is the primary key of the table).
The problem is, I need to delete a row based on the id and another column value, let's say user_id. How to add this user_id to the POST data???
I can summarize the issue as the…