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
463 stars 63 forks source link

[HxGrid] Update grid content by cell or row #805

Closed osre77 closed 2 months ago

osre77 commented 2 months ago

Hi, I have in memory data I want to display in a HxGrid. The data can change in many ways:

hakenr commented 2 months ago

RefreshDataAsync() is the intended way.

See https://learn.microsoft.com/en-us/aspnet/core/blazor/components/virtualization?view=aspnetcore-8.0#item-provider-delegate, the paragraphs describing RefreshDataAsync() usage. The same applies to HxGrid.

osre77 commented 2 months ago

If RefreshDataAsync() is the way, then I will take it.