havit / Havit.Blazor

Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
https://havit.blazor.eu
MIT License
486 stars 67 forks source link

[HxGrid] ProgressInidicator incorrectly positioned when using InfiniteScroll (Virtualize) #839

Closed hakenr closed 2 months ago

hakenr commented 3 months ago

Repro:

  1. /components/HxGrid#InfiniteScroll
  2. Scroll a few rows down.
  3. Hit the Refresh button.

image

The progress indicator is not vertically centered over the grid but "moves with the rows." When you scroll further down and then hit Refresh, the progress indicator is not visible at all.

We need the progress indicator to maintain its centered position (both horizontally and vertically).

Hope this won't require adding the extra div back into the structure.

cc @crdo

hakenr commented 2 months ago

The original progress indicator was replaced with a new one #842.