I have an ASP.NET MVC 3 app and I’m using jQuery DataTables as grid.
I need to manage grids’ data on client side and then post it to the server and process it then.
What’s the easiest way of doing this? How to post json from DataTables along with other form data? And is there any way to map JSON from DataTables to C# objects?
Thank you!
I have an ASP.NET MVC 3 app and I’m using jQuery DataTables as grid.
Share
Here is a guide on how to integrate jQuery datatables with MVC:
http://www.codeproject.com/Articles/155422/jQuery-DataTables-and-ASP-NET-MVC-Integration-Part