From e80b09c04f5f007413cb6d0b25301c3eed60595c Mon Sep 17 00:00:00 2001
From: guardrex <1622880+guardrex@users.noreply.github.com>
Date: Mon, 12 May 2025 09:50:23 -0400
Subject: [PATCH 1/6] [Pre4] Final round of Blazor content/WN updates
---
aspnetcore/blazor/components/quickgrid.md | 4 ++--
aspnetcore/blazor/fundamentals/static-files.md | 4 ++--
.../aspnetcore-10/includes/blazor.md | 18 ++++++++----------
3 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/aspnetcore/blazor/components/quickgrid.md b/aspnetcore/blazor/components/quickgrid.md
index 702a7274c8ce..2999185c53ab 100644
--- a/aspnetcore/blazor/components/quickgrid.md
+++ b/aspnetcore/blazor/components/quickgrid.md
@@ -228,7 +228,7 @@ In the following example:
### Close `QuickGrid` column options
-Close the `QuickGrid` column options UI with the `CloseColumnOptionsAsync` method.
+Close the `QuickGrid` column options UI with the `HideColumnOptionsAsync` method.
The following example closes the column options UI as soon as the title filter is applied:
@@ -237,7 +237,7 @@ The following example closes the column options UI as soon as the title filter i
movieGrid.CloseColumnOptionsAsync())" />
+ @bind:after="@(() => movieGrid.HideColumnOptionsAsync())" />
diff --git a/aspnetcore/blazor/fundamentals/static-files.md b/aspnetcore/blazor/fundamentals/static-files.md
index eeebf695fd70..f1d81cd5ff5f 100644
--- a/aspnetcore/blazor/fundamentals/static-files.md
+++ b/aspnetcore/blazor/fundamentals/static-files.md
@@ -254,11 +254,11 @@ The following configuration must be present in the `wwwwoot/index.html` file of