DataTable does not update after server side fetch

DataTable does not update after server side fetch

gnopgnop Posts: 3Questions: 0Answers: 0
edited November 2010 in General
Well i have the DataTable working with server-side processing. It will fetch the first 50 records but then when i page to the next page it will send out a request and it does get the next 50 records but the view doesn't update (records don't change, page buttons don't change, and when bProcessing is true it is stuck on processing). i followed the first example on (http://datatables.net/forums/comments.php?DiscussionID=937) for ASP.NET MVC.

Any help would be appreciated,
Thanks

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    What is the JSON return from the server? It is valid JSON ( http://jsonlint.com )?

    Allan
This discussion has been closed.