From 182f41dbeac153e3296a0d2b8fff372753282941 Mon Sep 17 00:00:00 2001 From: Gayathri4135 Date: Mon, 15 Sep 2025 19:42:40 +0530 Subject: [PATCH] Documentation(981727)-Need to apply the changes in the documentation sample --- blazor/datagrid/adding-header-and-footer.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blazor/datagrid/adding-header-and-footer.md b/blazor/datagrid/adding-header-and-footer.md index f76e529348..32693dce15 100644 --- a/blazor/datagrid/adding-header-and-footer.md +++ b/blazor/datagrid/adding-header-and-footer.md @@ -455,7 +455,6 @@ The following example demonstrates how to add a page number in the header and fo { Type = ContentType.PageNumber, PageNumberType = pageType, // Set the selected page number format. - Value = "Page ${current} of ${total}", // Set placeholders for dynamic page numbers. Position = new PdfPosition { X= 360, Y = 20 }, // set the position of the text in the header/footer. Style = new PdfContentStyle { @@ -532,7 +531,7 @@ public class OrderData {% endhighlight %} {% endtabs %} -{% previewsample "https://blazorplayground.syncfusion.com/embed/rXrojIjPAVzTWYBH?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} +{% previewsample "https://blazorplayground.syncfusion.com/embed/BZLojkCeTOdnSgCJ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} ## Insert an image in header and footer