Grid Fixed Header HeaderRowCssClass Not working on 3.2.0
Changing FixedHeader="true" to = "false" works fine, otherwise header background and text are both white !
<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">
@sailman342 Thank you for reporting this. I will investigate it.
Hi Vikram, i allready posted this issue
This is not the same issue, header is missing or background and text withe ... nothing to do with enum .... :-)
The one I'm referring to is an older place, on the 2.x release, and for me it's still thereInviato da Outlook per AndroidDa: sailman342 @.>Inviato: Lunedì, Dicembre 9, 2024 6:13:41 PMA: vikramlearning/blazorbootstrap @.>Cc: Maurizio @.>; Comment @.>Oggetto: Re: [vikramlearning/blazorbootstrap] Grid Fixed Header HeaderRowCssClass Not working on 3.2.0 (Issue #964) This is not the same issue, header is missing or background and text withe ... nothing to do with enum .... :-)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>
This one is on 3.2.0 ... could be a leftover then
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? ;-)
Is there any solution for the HeaderRowCssClass?
Refer: #621