Part 1:http://www.codeproject.com/articles/155422/jquery-datatables-and-asp-net-mvc-integration-part
Introduction
The JQuery DataTables plug-in is a excellent client-side component that can being used to create rich-functional tab Les in the Web browser. This plug-in adds lot of functionalities to the plain HTML tables, is placed in Web pages such as filtering, paging, Sorting, changing page length, etc.
this article shows how the JQuery DataTables plug-in can be integrated to an ASP-net MVC application. It contains step by step examples this show how the DataTables plug-in interacts with Server-side components.
This article does not cover all possible integration scenarios of the JQuery DataTables plugin in ASP. Application. For other integation scenarios, you might also take a look at the other articles in this serie:
- Part 2- implementation of CRUD functionalities (add, inline edit, delete) using a DataTable in ASP. Mvcwhere I have Described how can add data management (CRUD) functionalities such as adding, deleting and editing rows,
- Part 3- reloading content of data tables in ASP. where I have shown how can reload DataTable content u Sing Ajax,
- Part 4- Creating an expandable master-details table where I had shown how can implement opening details row When the regular row is selected,
- Part 5- jQuery DataTables advanced Filtering in ASP. -In the article is shown how can implement Advanced filtering,
- Part 6- Table Row Drag and Drop in ASP-in the article is descibed how can I use Drag ' n ' Drop Row Reordering.
Also, if you want to see all possible configurations of the JQuery DataTables plugin you might take a look at theenhancing HTML tables using the JQuery DataTables plug-in article where is described many usefull configuration options.
JQuery DataTables and ASP integration