Skip to content

Grid FixedHeader property conflicts with HeaderRowCssClass #436

@joselitogatchalianalonzo

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions