Skip to content

Commit 7d1eed2

Browse files
authored
chore(Docs): add link to pager integration demo (#2746)
* chore(Docs): add link to pager integration demo * chore: update casing in grid paging article
1 parent d4ed8a3 commit 7d1eed2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/grid/paging.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,13 @@ In addition to `Page` and `PageSize`, the Grid provides advanced pager configura
132132

133133
The following articles and sample projects can be helpful when implementing paging:
134134

135-
* [Capture PageChanged event](slug://grid-events#pagechanged)
135+
* [Capture PageChanged Event](slug://grid-events#pagechanged)
136136

137137
* [Server Paging](slug://components/grid/manual-operations) - this article explains how to implement manual data source operations so you can offload the work to the server. It provides the overview of how to setup the grid for that, and examples - several with local data and links a repository with examples using REST API endpoints.
138138

139-
* [How to increase the pager dropdownlist width](slug://pager-kb-dropdown-width)
139+
* [How to Increase the DropDownList Width of the Pager](slug://pager-kb-dropdown-width)
140+
141+
* [How to Integrate Top and Bottom Pager](https://demos.telerik.com/blazor-ui/pager/integration)
140142

141143
## See Also
142144

0 commit comments

Comments
 (0)