I currently have a jqGrid that edits data in the database using editurl. How do I do actions after receiving a reply from the server, for example check if the updated succeeded, or a message returned by the server.
if there's no jqGrid function that does this, how then can I go about doing this?