-
Notifications
You must be signed in to change notification settings - Fork 25.2k
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
Document that QuickGrid will render additional empty rows and cells to fill in the final page of data #34211
Comments
🍂🎃🏮 Autumn Skies and Pumpkin Pies! 🥧☕🍂Stand by! A green dinosaur 🦖 will arrive shortly to assist. |
@danroth27 ... [UPDATED] I just placed the PR. Let's take up further discussion there ... |
Any way to get the extra rows to not have the gridline? I'm not real happy with the solution. I'd rather the extra lines didn't show up or at least make it an option on the QuickGrid. |
@davem7714 ... See the guidance in the QuickGrid article to style the lines off of the non-data rows. You can't currently remove the extra rows using .NET alone. |
@guardrex can you supply me with a link? |
Here it is ... ... scroll down to the second example. |
Thanks! That did the trick. |
Description
QuickGrid will render additional empty rows to fill in the final page of data when used with a Paginator. In .NET 9, it will also fill in empty data cells. This is intended to facilitate styling the QuickGrid so that it has a stable height and styling across all pages. Something like this:
Note that for
::deep
to work when using component specific styles for whatever component is the parent of the QuickGrid, the QuickGrid needs to have a wrapper element.Page URL
https://learn.microsoft.com/en-us/aspnet/core/blazor/components/quickgrid?view=aspnetcore-9.0&tabs=visual-studio
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor/components/quickgrid.md
Document ID
564e71e3-82ed-ce23-4f9f-a00a58734a62
Article author
@guardrex
Related Issues
The text was updated successfully, but these errors were encountered: