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
496 stars 67 forks source link

[HxGrid] [doc] Progress indicator demo vs. scrolling #856

Open hakenr opened 3 months ago

hakenr commented 3 months ago

We think the scenario where the progress indicator should be shown (i.e., a long-running operation > HxGrid.ProgressIndicatorDelay (default is 300ms)) and the header is scrolled away from the viewport is quite rare, so we decided to sacrifice it for now (the previous version was suffering from the same issue).

We should definitely fine-tune the demo, probably with sticky-top to avoid this issue.

Originally posted by @rqx110 and @hakenr in https://github.com/havit/Havit.Blazor/issues/842#issuecomment-2228103543