Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unnecessary data iteration. #916

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

Neovex
Copy link
Contributor

@Neovex Neovex commented Oct 25, 2024

GridDataProviderRequest iterated twice over data source for pagination by calling LINQ Extension Method .Count() - this has been optimized. It creates unnecessary overhead especially when combined with Entity Framework.

GridDataProvider iterated twice over data source when paging is active - this has been optimized.
@gvreddy04 gvreddy04 added this to the 3.2.0 milestone Oct 26, 2024
@gvreddy04 gvreddy04 merged commit a618c68 into vikramlearning:main Oct 26, 2024
@gvreddy04
Copy link
Contributor

@Neovex Thank you for the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants