Reputation: 29
Is it possible to process the filters from server side? This happens because I work EntityFramework and with thousands of records.
I clarify that I am working with MVC 5
Upvotes: 0
Views: 587
Reputation:
NonFactors
grid has already done that on the server side if you pass a proper IQueryable
or DbSet
as source.
Upvotes: 1