DataTables server-side with ASP.NET MVC 4, EntityFramework

DataTables server-side with ASP.NET MVC 4, EntityFramework

shtax5shtax5 Posts: 1Questions: 1Answers: 0
edited December 2014 in Free community support

Hi all,
can anybody help me with server-side processing in ASP.NET MVC 4, EntityFramework? I have to pass user model to controller and show all rows from DB for that user in table. There is huge amount of rows in DB for one user, so I need server-side processing and I don't know how to pass user model and how to show new model in table.
I'm using DataTables-1.10.3
Thanks in advance

This discussion has been closed.