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
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
Copyright © 2021 Jogjafile Inc.
NonFactors
grid has already done that on the server side if you pass a properIQueryable
orDbSet
as source.