vikramlearning / blazorbootstrap

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
https://docs.blazorbootstrap.com/
Apache License 2.0
687 stars 33 forks source link

Grid HeaderCSS #765

Closed vasuamics closed 3 months ago

vasuamics commented 3 months ago

Describe the bug In Blazor Page added grid. Everything works except CSS class in header and filter

To Reproduce Installed Blazor bootstrap . Add a page and a grid and add headercss class (copy from demo source) Expected behavior Header becomes blank (with white text)

Screenshots image

Versions (please complete the following information):

Sample code <Grid @ref="gridViewUser" Style="" Height="30" TItem="AuthDbViewUser" class="table table-hover table-bordered table-striped mt-3" Data="Listusers" AllowRowClick="true" OnRowClick="OnRowClick" FixedHeader="true" ItemsPerPageText="Items Per Page" EmptyText="No records to display" AllowFiltering="true" PaginationItemsTextFormat="{0} - {1} of {2} items" PageSize="10" AllowPaging="true" AllowSorting="true" PageSizeSelectorItems="@(new int[] {2, 5,10,20 })" FiltersRowCssClass="bg-primary text-white bg-opacity-25 border-bottom-0" Unit="Unit.Em" Responsive="true">

EditDelete @*@onclick="OnShowModalClick"*@

gvreddy04 commented 3 months ago

@vasuamics Thank you for trying BlazorBootstrap. Please refer to the issue below.

Grid HeaderRowCSSClass and FiltersRowCSSClass still not working properly in 2.1 #621