Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I am attempting to use the server-side data operations of the grid along with EF Core to increase performance of my application by performing searching/filtering/sorting/paging at the database level instead of loading all objects then filtering. My code works for everything but the many to many relationship objects. Is there a way for the data operations to be applied on IQueryable with a many to many relationship? How do i fix this?