blazorbootstrap icon indicating copy to clipboard operation
blazorbootstrap copied to clipboard

Grid FixedHeader property conflicts with HeaderRowCssClass

Open joselitogatchalianalonzo opened this issue 7 months ago • 1 comments

Hi @gvreddy04. I'm testing FixedHeader. Below is my code for the Grid main properties

Grid @ref="grid" TItem="InvoiceListsp" Class="table table-hover table-bordered table-striped"
Data="gridList"
HeaderRowCssClass="bg-primary text-white border-bottom-0" RowClass="GetRowClass" FixedHeader="true" Height="500" Unit="Unit.Px" Responsive="true"

Here is the screen shot of output. As you can see, the header is missing.

image

If I remove the line HeaderRowCssClass="bg-primary text-white border-bottom-0". Below is the output. As you can see, header is visible and Fixed Header is working. It seems that FixedHeader conflicts with HeaderRowCssClass.

image

@joselitogatchalianalonzo We will fix this in the next version.

gvreddy04 avatar Nov 25 '23 14:11 gvreddy04