DataTables with MVC4 and large data (200,000+ records) using VS2012 C#

DataTables with MVC4 and large data (200,000+ records) using VS2012 C#

dgoschedgosche Posts: 1Questions: 0Answers: 0
edited February 2013 in DataTables 1.9
I'm getting an out of memory exception. I know I need to use server side processing, but I'm still pretty new to jQuery. Does anyone have an example that I could use to model after? I also had a data set of nearly 50,000 that gave the out of memory exception.

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    However server-side processing is implemented for each language isn't really something we can help with too much here. If someone else has a VS2012 C# example, that quite be very welcome, but fundamentally you need to implement the server-side processing protocol described here: http://datatables.net/usage/server-side (no Javascript - that's already all done).

    Allan
This discussion has been closed.