From 9a0c077f2a7acb1c8b4c8ed9f252b11fa2d49c8e Mon Sep 17 00:00:00 2001 From: Loretta Date: Sun, 12 Jul 2026 14:32:05 +0200 Subject: [PATCH] Update MgGrid reload logic, add IsProd env flag, doc fixes - MgGridBase: call Reload after item changes to refresh grid view - Add IsProd environment flag (FruitBankConst, IFruitBankDataControllerCommon, SignalRTags, client/server wiring) - Logger DI: fix constructor param, default AppType to Web in configs and DI setup - Docs: clarify MgGrid edit flow, editor requirements, companion component structure, and disposal logic - Add PowerShell test command for EkaerTradeCardValidatorTests --- .../Components/Grids/MgGridBase.cs | 4 ++- AyCode.Blazor.Components/README.md | 13 +-------- .../docs/MGGRID/MGGRID_CRUD.md | 29 ++++++++++++------- .../docs/MGGRID/MGGRID_INFOPANEL.md | 8 ++--- .../docs/MGGRID/README.md | 13 ++------- 5 files changed, 27 insertions(+), 40 deletions(-) diff --git a/AyCode.Blazor.Components/Components/Grids/MgGridBase.cs b/AyCode.Blazor.Components/Components/Grids/MgGridBase.cs index 2b01aae..ca5a8cc 100644 --- a/AyCode.Blazor.Components/Components/Grids/MgGridBase.cs +++ b/AyCode.Blazor.Components/Components/Grids/MgGridBase.cs @@ -432,7 +432,9 @@ public abstract class MgGridBase