Files
DbFirst/DbFirst.BlazorWebApp/Components/BandGridBase.cs
OlgunR 8a22217866 Refactor BandGridBase methods to async for UI reliability
Refactored several methods in BandGridBase<TItem> to async Task and updated their invocations to use await. EventCallbacks for date filter changes now use async lambdas. Awaited InvokeAsync(StateHasChanged) to ensure UI updates after async operations. These changes improve UI state consistency and reliability in Blazor.
2026-05-11 13:57:01 +02:00

16 KiB