Skip to content

Commit 12edd33

Browse files
authored
Merge pull request #4882 from syncfusion-content/Pagiantion-Feature-UG
908289: Modified the UG documentation correction in the Pagination
2 parents 5c81f39 + 3d0a588 commit 12edd33

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

blazor/file-manager/pagination.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
layout: post
33
title: Pagination in Blazor File Manager Component | Syncfusion
44
description: Checkout and learn here all about Pagination in the Syncfusion Blazor File Manager component and more.
@@ -11,15 +11,15 @@ documentation: ug
1111

1212
Pagination provides an option to display files and folders in segmented pages, making it easier to navigate through large directories. This feature is particularly useful when dealing with extensive file systems in the File Manager component.
1313

14-
To enable pagination, you need to set the [allowPaging](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.SfFileManager-1.html#Syncfusion_Blazor_FileManager_SfFileManager_1_AllowPaging) property to **true**. This property determines whether paging is enabled or disabled for the File Manager. When `allowPaging` is enabled, a pager control rendered at the bottom of the File Manager, allowing you to navigate through different pages.
14+
To enable pagination, you need to set the [AllowPaging](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.SfFileManager-1.html#Syncfusion_Blazor_FileManager_SfFileManager_1_AllowPaging) property to **true**. This property determines whether paging is enabled or disabled for the File Manager. When `AllowPaging` is enabled, a pager control rendered at the bottom of the File Manager, allowing you to navigate through different pages.
1515

1616
## Customize the pagination options
1717

18-
Customizing the pagination options in the Syncfusion File Manager allows you to tailor the File Manager pager according to your specific requirements. You can customize the pagination to display the number of pages using the `NumericItemCount` property, change the current page using `currentPage` property, display the number of records in the File Manager using the `pageSize` property, and even adjust the page sizes in a dropdown using the `pageSizes` property.
18+
Customizing the pagination options in the Syncfusion File Manager allows you to tailor the File Manager pager according to your specific requirements. You can customize the pagination to display the number of pages using the `NumericItemsCount` property, change the current page using `CurrentPage` property, display the number of records in the File Manager using the `PageSize` property, and even adjust the page sizes in a dropdown using the `PageSizes` property.
1919

2020
### Change the page size
2121

22-
The Syncfusion File Manager allows you to control the number of records displayed per page, providing you with flexibility in managing your data. This feature is particularly useful when you want to adjust the amount of data visible to you at any given time. To achieve this, you can utilize the [pageSize](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerPagesSettings.html#Syncfusion_Blazor_FileManager_FileManagerPagesSettings_PageSizes) property. This property is used to specify the initial number of records to display on each page.
22+
The Syncfusion File Manager allows you to control the number of records displayed per page, providing you with flexibility in managing your data. This feature is particularly useful when you want to adjust the amount of data visible to you at any given time. To achieve this, you can utilize the [PageSize](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerPagesSettings.html#Syncfusion_Blazor_FileManager_FileManagerPagesSettings_PageSize) property. This property is used to specify the initial number of records to display on each page.
2323

2424
The following example demonstrates how to change the page size of a File Manager using the `PageSize` property.
2525

@@ -58,7 +58,7 @@ The [NumericItemsCount](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.
5858
</SfFileManager>
5959
````
6060

61-
Below is a screenshot illustrating the `NumericItemCount` property in the File Manager component.
61+
Below is a screenshot illustrating the `NumericItemsCount` property in the File Manager component.
6262

6363
![Pagination in Blazor File Manager](images/blazor-filemanager-numericitemcount.png)
6464

@@ -132,7 +132,7 @@ The screenshot below shows the Blazor File Manager component with a custom pagin
132132

133133
### Pager with Page Sizes dropdown
134134

135-
The [FileManagerPageSettings](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerPageSettings.html) component's [PageSizes](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerPagesSettings.html#Syncfusion_Blazor_FileManager_FileManagerPagesSettings_PageSizes) property enables a dropdown in pager that allows you to dynamically change the number of records displayed in the current page. [PageSize](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerPagesSettings.html#Syncfusion_Blazor_FileManager_FileManagerPagesSettings_PageSizes) property allows number of items to be loaded in a single page.
135+
The [FileManagerPageSettings](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerPageSettings.html) component's [PageSizes](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerPagesSettings.html#Syncfusion_Blazor_FileManager_FileManagerPagesSettings_PageSizes) property enables a dropdown in pager that allows you to dynamically change the number of records displayed in the current page.
136136

137137
Here is a sample demonstrating how `PageSizes` property is used when Pagination enabled in the File Manager.
138138

@@ -151,7 +151,7 @@ Here is a sample demonstrating how `PageSizes` property is used when Pagination
151151
152152
```
153153

154-
The screenshot below shows the Pages Sizes dropdown in the File Manager.
154+
The screenshot below shows the page sizes dropdown in the File Manager.
155155

156156
![Pagination in Blazor File Manager](images/blazor-filemanager-pagesize-dropdown.png)
157157

@@ -186,8 +186,4 @@ The [PageChanged](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileMa
186186
}
187187
}
188188
189-
````
190-
191-
## See also
192-
193-
* [How to Enable Virtualization in Blazor File Manager Component](https://blazor.syncfusion.com/documentation/file-manager/virtualization)
189+
````

0 commit comments

Comments
 (0)