-
-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
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:
- Configure a grid with FixedHeader="true" and a List<> Data Source
- Insert a new record into your list at position 0
- Call: await grid.RefreshDataAsync();
Expected behavior
First row of grid should be fully displayed, not cut off.
Screenshots
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
Labels
No labels