Grid: FixedHeader="True" prevents background colors from being applied correctly in the header. #837
MaMon1963
started this conversation in
Show and tell
Replies: 1 comment
-
@MaMon1963 I'll check this scenario and get back to you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In an attempt to color the filter row differently from the grid header row, inspired by the transitory solution you kindly provided, I experimented with version v3.0.0-preview.3 on my webassembly application. The result was that the header is colored correctly after setting the "--bb-table-sticky-background-color" parameter to "none", but unfortunately when scrolling the table the header remains fixed but becomes transparent.
Hoping that this can somehow stimulate the solution to the problem, I report here the configuration data and the visual result:
GRID SETTINGS IN RAZOR PAGE:
FILE app.css extraction:
Grid view at first line (even when returning after scrolling down):

Grid display when scrolling down...

...only the header background (not header fields and related texts) scrolls up...
...then continuing to scroll background disappears:

Beta Was this translation helpful? Give feedback.
All reactions