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

TableHeaderCell in DetailRowTemplate of virtualized DataGrid is shifted #3151

Closed
mtbayley opened this issue Nov 22, 2021 · 1 comment
Closed
Assignees
Labels
Type: Bug 🐞 Something isn't working

Comments

@mtbayley
Copy link
Contributor

Describe the bug
When a table is added as the DetailRowTemplate in a DataGrid, the header row is shifted down by an X amount of px

To Reproduce

  1. Add a virtualized DataGrid with a table in row details.
  2. When the row is selected, show the details row
  3. Row will be shifted down

Example
https://github.com/mtbayley/BlazoriseTableBug

Screenshots

image

image

image

Additional context

As a workaround, remove TableRow from table header. This does not seem to cause any issues except that it does not follow the documentation. OR, do not use a virtualized DataGrid

@stsrki stsrki added the Type: Possible Bug Needs to investigate more to see if it's an actual bug. label Nov 22, 2021
@David-Moreira
Copy link
Contributor

Hello @mtbayley
Thanks for the demo it really helps!

Can confirm it's a bug in our "FixedHeader" table feature which is used in Virtualize mode. The QuerySelector is taking in every existing thead below the table incorrectly. We'll change it to only take in the first as expected.

@stsrki stsrki added this to the 0.9.5 Support milestone Nov 23, 2021
@David-Moreira David-Moreira added Type: Bug 🐞 Something isn't working and removed Type: Possible Bug Needs to investigate more to see if it's an actual bug. labels Nov 23, 2021
@stsrki stsrki closed this as completed Nov 25, 2021
@stsrki stsrki added this to Support Aug 3, 2024
@stsrki stsrki moved this to ✔ Done in Support Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Archived in project
Development

No branches or pull requests

3 participants