HI! I have a problem, had searched in doc but didn't found….
- I have these fields in grid: “code, name, qtd, status”.
- After select a row, i click in the delete button and submit the command… then i created a script (php) to write a file with all POST and GET params sent….
- The file has a “print_r” that show the jqGrid just send the vars “oper” that can be del, add and edit AND the var ID! But this ID var isn't the code value field… it is just the grid row number….
- I need to recieve by the Delete the CODE of selected field…
I tried to send by setting the “editurl” option, but it isn't works, cause i can't set editurl after the grid is completed load.
Please, help me by the solution with how can i send my code field in the del command.
Regards, S