I have jqGrid with local data. I do not send any data to the server until the entire form is completed. My problem is that when a user adds / edits a row, jqGrid tries to publish the results to the server right away.
I tried to exclude the "editurl" attribute from the jqGrid call, but this results in a "No URL" error when the user clicks the "send" button in the popup form to add / edit entries.
I tried to insert a single hash "#" for the editurl value, but this also fails.
Any thoughts?
Alan m
source share