Skip to content

Commit 705915e

Browse files
Merge pull request #6598 from syncfusion-content/981727-blazor-sample
Documentation(981727)-Need to apply the changes in the documentation …
2 parents 6ba1495 + 182f41d commit 705915e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

blazor/datagrid/adding-header-and-footer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ The following example demonstrates how to add a page number in the header and fo
455455
{
456456
Type = ContentType.PageNumber,
457457
PageNumberType = pageType, // Set the selected page number format.
458-
Value = "Page ${current} of ${total}", // Set placeholders for dynamic page numbers.
459458
Position = new PdfPosition { X= 360, Y = 20 }, // set the position of the text in the header/footer.
460459
Style = new PdfContentStyle
461460
{
@@ -532,7 +531,7 @@ public class OrderData
532531
{% endhighlight %}
533532
{% endtabs %}
534533

535-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rXrojIjPAVzTWYBH?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
534+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BZLojkCeTOdnSgCJ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
536535

537536
## Insert an image in header and footer
538537

0 commit comments

Comments
 (0)