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

Grid Fixed Header HeaderRowCssClass Not working on 3.2.0 #964

Open
sailman342 opened this issue Dec 2, 2024 · 6 comments
Open

Grid Fixed Header HeaderRowCssClass Not working on 3.2.0 #964

sailman342 opened this issue Dec 2, 2024 · 6 comments
Assignees

Comments

@sailman342
Copy link

Changing FixedHeader="true" to = "false" works fine, otherwise header background and text are both white !

image
<Grid @ref="grid"
TItem="Employee1"
Class="table table-hover table-bordered text-nowrap"
DataProvider="EmployeesDataProvider"

HeaderRowCssClass="bg-primary text-white border-bottom-0"
FixedHeader="true"

Height="250"
AllowSorting="true"
AllowFiltering="true"
AllowRowClick="true"
Responsive="true"
Unit="Unit.Px"
OnRowClick="OnItemClicked">
@gvreddy04
Copy link
Contributor

@sailman342 Thank you for reporting this. I will investigate it.

@gvreddy04 gvreddy04 self-assigned this Dec 3, 2024
@MaMon1963
Copy link

Hi Vikram, i allready posted this issue

@sailman342
Copy link
Author

This is not the same issue, header is missing or background and text withe ... nothing to do with enum .... :-)

@MaMon1963
Copy link

MaMon1963 commented Dec 9, 2024 via email

@sailman342
Copy link
Author

This one is on 3.2.0 ... could be a leftover then

@MaMon1963
Copy link

MaMon1963 commented Dec 9, 2024

from 2.x to 3.2.0 the only solution that works for me is the one you suggested in due course and which I report below:

:root {
--bb-table-sticky-background-color: rgb(r_desiderata, g_desiderata, b_desiderata);
}

Do you remember? ;-)

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

3 participants