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

Dark Blue Theme Pro Blazor Data Grid Virtualize causes white grid header #12438

Closed
Jeffbrus opened this issue May 4, 2022 · 3 comments
Closed

Comments

@Jeffbrus
Copy link

Jeffbrus commented May 4, 2022

  • 5.1
  • User Interface type Blazor
  • EF Core

The grid header is when using the Virtualize option on the grid with the commercial theme Dark Blue

@Jeffbrus
Copy link
Author

Jeffbrus commented May 4, 2022

image

@hikalkan hikalkan added this to the 5.2-patch milestone May 4, 2022
@hikalkan hikalkan added the bug label May 4, 2022
@hikalkan hikalkan modified the milestones: 5.2-patch, 5.2-patch-final May 6, 2022
@enisn enisn added the hold Taken progress, but needs to wait something. label May 20, 2022
@hikalkan hikalkan modified the milestones: 5.2-patch-final, 5.3-final May 31, 2022
@enisn enisn modified the milestones: 5.3-final, 5.3-patch Jun 7, 2022
@hikalkan hikalkan modified the milestones: 5.3-patch, 5.3-final Jun 7, 2022
@armgnunlu armgnunlu modified the milestones: 5.3-patch, 6.0-final Jul 13, 2022
@armgnunlu armgnunlu assigned halimekarayay and unassigned armgnunlu Jul 27, 2022
@enisn enisn assigned armgnunlu and unassigned enisn Aug 8, 2022
@enisn enisn removed the hold Taken progress, but needs to wait something. label Aug 8, 2022
@hikalkan hikalkan modified the milestones: 6.0-final, 6.0-patch Sep 16, 2022
@enisn
Copy link
Member

enisn commented Jan 17, 2023

That style comes from Blazorise and it assumes that background will be always white:
lepton-dark-blue-error

As a workaround you can override that style in your own application until Lepton theme covers that situation:

.table-fixed-header > .table > thead:not(.table-thead-theme) > tr > th {
    background: transparent !important;
}

@enisn enisn modified the milestones: 6.0-patch, 7.0-patch Jan 17, 2023
@enisn
Copy link
Member

enisn commented Jan 17, 2023

It's fixed and will be released in the next patch version of 7.0

@enisn enisn closed this as completed Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants