[11.0 P5] Blazor Preview 5 QuickGrid updates#37206
Open
guardrex wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds .NET 11 Preview 5 QuickGrid SSR/URL-based navigation coverage to the QuickGrid reference article (under >= aspnetcore-11.0 monikers) and stages release-notes content (currently HTML-commented) for Preview 5 release day.
Changes:
- Adds new 11.0-monikered sections to
quickgrid.mdcovering URL-based pagination, multiple grids on the same page, title-based sort identification, and theEnableUrlBasedQuickGridNavigationAndSortingAppContext switch. - Reworks moniker fencing around existing "Sort by column," "Page items," and "Open and return from a details page" sections so legacy guidance remains for
< aspnetcore-11.0. - Drafts a (commented-out) Preview 5 release-notes blurb in
aspnetcore-11/includes/blazor.mdsummarizing the same QuickGrid changes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| aspnetcore/blazor/components/quickgrid.md | Adds 11.0 reference coverage for URL-based navigation, multi-grid prefixes, sort/title behavior, and AppContext disable switch; restructures monikers. |
| aspnetcore/release-notes/aspnetcore-11/includes/blazor.md | Staged (commented-out) Preview 5 release-notes section for QuickGrid improvements. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #37102
Daria ...
QueryParameterNamePrefixandGetPageUrl. Is there more API to call out?Internal previews