-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fix #7: Validate that DataReader is not both sortable and limited for GridView #215
Conversation
samdark
commented
Sep 13, 2024
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ❌ |
Breaks BC? | ❌ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not enough. Sort don't availaible in header, but use sort parameters from URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yet another problem is founded: when limit is pre-defined links in paginator contains sort parameter.
@vjik that PR is now merged. Anything to add in this one? |
When data reader with limit, links in pagination shouldn't contains sort parameter. |