1

I downloaded the nuget package mvc.jquery.datatables from https://github.com/mcintyre321/mvc.jquery.datatables it was designed to run with MVC 3.

I found that a few changes were required to work with MVC 4 as posted on http://www.distribucon.com/blog/jQueryDataTablesInASPNETMVC.aspx

I cannot see why I get the message "Loading data from server" and the method in my controller is never called.

1 Answer 1

1

I needed to register the JQuery bundlefirst.

@Scripts.Render("~/bundles/jquery") 
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.