abp
abp copied to clipboard
Dark Blue Theme Pro Blazor Data Grid Virtualize causes white grid header
trafficstars
- 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

That style comes from Blazorise and it assumes that background will be always white:

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;
}
It's fixed and will be released in the next patch version of 7.0