Requested unknown parameter
Requested unknown parameter
fergs
Posts: 2Questions: 0Answers: 0
I have looked through the forums regarding this error and followed suggestions as posted, e.g. correct number of columns etc. with no joy.
I have followed the sample as per CodeProject site:
http://www.codeproject.com/Articles/165410/ASP-NET-MVC-Editable-DataTable-jQuery-DataTables-a
The table is shown fine when the page is first loaded and then I add new data, it hits the server fine adds the record, returns the id - Then datatables throws the error 'requested unknown parameter...', then the JSON is load and the new record is displayed fine.
Any help would be appreciated.
http://debug.datatables.net/ohuveh
I have followed the sample as per CodeProject site:
http://www.codeproject.com/Articles/165410/ASP-NET-MVC-Editable-DataTable-jQuery-DataTables-a
The table is shown fine when the page is first loaded and then I add new data, it hits the server fine adds the record, returns the id - Then datatables throws the error 'requested unknown parameter...', then the JSON is load and the new record is displayed fine.
Any help would be appreciated.
http://debug.datatables.net/ohuveh
This discussion has been closed.
Replies
Allan
Thanks for the reply. Your comment about the rel attribute was spot on.
I went thru and checked the rel attributes, adjusted accordingly and it all works now. These were not numbered as per the position in the table.
Simple things are easily missed.
Kind Regards,
Guy.