From 7e437cd73479079e4d3856374d5b2198f1982758 Mon Sep 17 00:00:00 2001 From: georgedautov Date: Tue, 28 Oct 2025 13:46:40 +0200 Subject: [PATCH] docs(Grid): remove false note regarding the HeaderTemplate --- components/grid/templates/column-header.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/grid/templates/column-header.md b/components/grid/templates/column-header.md index be94d61a3..e80e2f57d 100644 --- a/components/grid/templates/column-header.md +++ b/components/grid/templates/column-header.md @@ -88,8 +88,6 @@ Bound columns render the name of the field or their `Title` in their header. Thr ![Blazor Grid Header Template](images/header-template.png) ->note Header Templates are not available for the `GridCheckboxColumn`. - ## See Also * [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)