0

I'm using data tables for datagrid on ASP.Net MVC but getting following error, need help, my code is below:

DataTables warning: table id=hatchery-certificates - Ajax error. For more information about this error, please see http://datatables.net/tn/7

Thanks In advance!

2
  • 1
    This just means that your HTTP endpoint isn't returning a "200 Success" message. You will need add a minimal code example that shows the error to this question as your error is most likely an unhandled exception in your server side code. Commented Dec 14, 2016 at 22:32
  • Thanks for the hint you provided!! Commented Dec 16, 2016 at 18:56

1 Answer 1

1

You should have to return Json format from the back end side in the response where you calling ajax in datatable then its fine. Other than Json return type it will displaying this type of error.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.