Skip to content
Merged
Changes from 1 commit
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
4 changes: 3 additions & 1 deletion components/grid/paging.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ The following articles and sample projects can be helpful when implementing pagi

* [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 Pager DropDownList Width](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