Click here to Skip to main content
15,887,328 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to implement jquery datatables in mvc4.Im already install datatables 1.9.4 from nuget but it is also not working.
Posted
Comments
JoCodes 27-Dec-13 8:52am    
Its not working doesnt mean anything concrete.Update the question with what you are stuck on clearly.

After this install is successful, edit your _Layout.cshtml page from Shared folder. Comment your previous used Scripts reference @* @Scripts.Render("~/bundles/jquery")*@ and add reference inside header tag.

See one of my link which will help you lot
Using Controls . . . [^]
 
Share this answer
 
Quote:
but it is also not working
Useless details. You should have mentioned clear complete details instead. Anyway check the below article & its sequels.
jQuery DataTables and ASP.NET MVC Integration - Part I[^]
 
Share this answer
 
Refer

http://milosev.com/index.php/94-asp-net-mvc-3/mvc-4/267-datatables[^]

http://geeksprogramando.blogspot.in/2011/02/jquery-datatables-plug-in-with-asp-mvc.html[^]

If facing any Jquery nuget installation error , add it in the question.

Hope this helps...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900