I am testing out jqGrid, and have everything working except for Add a new record. The issue seems to be with one of my fields that is a date.
I get an error in the add dialog which says “error Status: ‘error’. Error code: 404”
but the URL certainly does exist on the web server…in fact, in the logs I can see that the post actually did send, and the web server got the parms. It is missing the “oper” parm though, which should be “add” and it’s also missing the id parm.
What would cause it to post without these?
If I leave the date field blank then click submit, it posts oper=add and an empty id as it should…but then I get no date!
???
I am having formatting issues too, and can’t seem to get the jQuery-UI Date Picker format to match up with the datefmt option. Maybe if I can get the default working above I will psot back to get further help with formatting options…
Â
Any ideas?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top