views:

226

answers:

3

Is there any tutorial of how to use DataTables plugin with asp.net mvc(especially server side code)? Thanks

+1  A: 

Here are a few examples that might help you. the first two are examples but the last one is a list with asp.net mvc and jquery tutorials.

  1. full example of using MvcContrib grid with jQuery datatable
  2. aspnetmvc tutorials
  3. Tutorials with asp.net mvc and jquery.
Goows
A: 

I saw that example..but you cannot get the whole collection every time you make some changes to the database. The server side method shouldn't send the total number of records, the total number of pages, the current page and the records that must be displayed...just like the jqgrid ?

bogus
Please use the comments feature for feedback on a particular answer. Otherwise we can't tell the flow of conversation and who you are addressing. Thanks! (And welcome to Stackoverflow)
Robert Claypool
A: 

See my post on this subject. It has a complete demo project that should get you started.

Robert Claypool