Skip to content

Commit b902456

Browse files
committed
998328: committed changes
1 parent 57f9ae0 commit b902456

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

blazor/treegrid/paging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class TreeData
8282

8383
N> Better performance can be achieved by using tree grid paging to fetch only a pre-defined number of records from the data source.
8484

85-
## Page Size Mode
85+
## Page size mode
8686

8787
Two behaviors are available in TreeGrid paging to display a specific number of records on the current page. The following are the two types of [`PageSizeMode`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.html#Syncfusion_Blazor_TreeGrid_TreeGridPageSettings_PageSizeMode) property of [`TreeGridPageSettings`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.html).
8888

blazor/treegrid/sorting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ In this TreeGrid example, custom sorting enhances project management by allowing
259259

260260
{% tabs %}
261261
{% highlight razor tabtitle="Index.razor" %}
262+
@using TreeGridComponent.Data;
262263
@using Syncfusion.Blazor.TreeGrid
263264
@using Syncfusion.Blazor.Grids
264265
@using Syncfusion.Blazor.Navigations

0 commit comments

Comments
 (0)