Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions components/grid/paging.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,13 @@ In addition to `Page` and `PageSize`, the Grid provides advanced pager configura

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

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

* [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.

* [How to increase the pager dropdownlist width](slug://pager-kb-dropdown-width)
* [How to Increase the DropDownList Width of the Pager](slug://pager-kb-dropdown-width)

* [How to Integrate Top and Bottom Pager](https://demos.telerik.com/blazor-ui/pager/integration)

## See Also

Expand Down
Loading