I would like to have RESTish urls for the add, edit and delete functionality of jqgrid.
Each row has an id and I would like to edit / delete using url like /mywebapp/myitem/id
id is a value of one of the columns of the grid. In more advanced use case, I might require to combine values from multiple columns.
Are these things possible?
In case of add, the post will be to /mywebapp/myitem as id will not be known. How can I specify the action verb?
I have already seen -