Skip to content

Commit 2a88c93

Browse files
983239: updated
1 parent 7c449cf commit 2a88c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/treegrid/paging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Inside this template, you can access the [`CurrentPage`](https://help.syncfusion
169169

170170
## Pager Template
171171

172-
The pager template in the Syncfusion<sup style="font-size:70%">&reg;</sup> TreeGrid allows you to customize the appearance and behavior of the pager element, which is used for navigation through different pages of TreeGrid data. This feature is particularly useful when you want to use custom elements inside the pager instead of the default elements.
172+
The pager template in the Syncfusion® TreeGrid component enables customization of the appearance and behavior of the pager element, which facilitates navigation across different pages of TreeGrid data. This feature is especially useful when custom elements are required inside the pager instead of the default controls.
173173

174174
To use the pager template, you must specify the [Template](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.html#Syncfusion_Blazor_TreeGrid_TreeGridPageSettings_Template) property of the [TreeGridPageSettings](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.html) component in your Syncfusion<sup style="font-size:70%">&reg;</sup> TreeGrid configuration. Within the pager `Template`, utilize the `PagerTemplateContext` context to retrieve vital paging values such as [CurrentPage](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.html#Syncfusion_Blazor_TreeGrid_TreeGridPageSettings_CurrentPage), [PageSize](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.html#Syncfusion_Blazor_TreeGrid_TreeGridPageSettings_PageSize), [PageCount](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.html#Syncfusion_Blazor_TreeGrid_TreeGridPageSettings_PageCount), **TotalPage**, and **TotalRecordCount** . These values provide the data necessary to display and manage the pager effectively.
175175

0 commit comments

Comments
 (0)