Skip to content

Grid with FixedHeader - Cosmetic issue #1190

@jrichview

Description

@jrichview

When the grid has Fixed Header enabled and you insert a new record at position 0 of the data model, the first row in the grid is partially obscured by the grid header.

Steps to reproduce the behavior:

  1. Configure a grid with FixedHeader="true" and a List<> Data Source
  2. Insert a new record into your list at position 0
  3. Call: await grid.RefreshDataAsync();

Expected behavior
First row of grid should be fully displayed, not cut off.

Screenshots

Image

Versions (please complete the following information):

  • .NET Version: .NET 9
  • BlazorBootstrap: 3.3.1
  • Blazor Server

Sample code
(see steps to reproduce)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions