Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions blazor/datagrid/filter-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<sup style="font-size:70%">&reg;</sup> Blazor DataGrid. However, in certain cases, you may want to hide the filter bar for a template column to provide a customized filtering experience.
Expand Down