From 4ef7f5872b5be1b30f18dbf6406474ac8b564100 Mon Sep 17 00:00:00 2001 From: sanjaykumar-suresh Date: Fri, 14 Nov 2025 12:11:58 +0530 Subject: [PATCH] 988328: Adding Note in Filterbar section --- blazor/datagrid/filter-bar.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blazor/datagrid/filter-bar.md b/blazor/datagrid/filter-bar.md index 49eb386297..c5e1d038b0 100644 --- a/blazor/datagrid/filter-bar.md +++ b/blazor/datagrid/filter-bar.md @@ -433,6 +433,9 @@ public class OrderData {% previewsample "https://blazorplayground.syncfusion.com/embed/rtLpZirLweUEtUYL?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} +> The AllowFiltering property at the column level governs only the built-in filtering mechanism provided by the grid. This default behavior is overridden when a custom FilterTemplate is defined. In such cases, the grid renders the custom UI instead of the default filter, and the AllowFiltering setting no longer influences the column's filter visibility or functionality. + + ## Hide filter bar for template column By default, the filter bar is set to a disabled mode for template columns in the Syncfusion® Blazor DataGrid. However, in certain cases, you may want to hide the filter bar for a template column to provide a customized filtering experience.