We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b704e83 commit 1d363b3Copy full SHA for 1d363b3
components/grid/paging.md
@@ -68,7 +68,7 @@ Here is one way to implement a page size choice that puts all records on one pag
68
69
protected int PageSize { get; set; }
70
71
- protected void ChangePageSize(UIChangeEventArgs e)
+ protected void ChangePageSize(ChangeEventArgs e)
72
{
73
if (e.Value.ToString().ToLowerInvariant() == "all")
74
@@ -84,4 +84,4 @@ Here is one way to implement a page size choice that puts all records on one pag
84
85
## See Also
86
87
- * [Live Demo: Grid Paging](https://demos.telerik.com/blazor-ui/grid/paging)
+ * [Live Demo: Grid Paging](https://demos.telerik.com/blazor-ui/grid/paging)
0 commit comments