Datagrid pager won't reload entries #4691
Replies: 2 comments 3 replies
-
Maybe you don't calculate page offset correctly? DataGrid pages are numbered starting from one, so if you need to make an offset in DB try to decrease paging by one. Eg. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Yeah sure,
and on Client to read the data this is what I am doing:
and on the razor side on that data grid I have this:
I hope those can help. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a question that I am trying for some time to figure it out. I am loading my data entries from the server in a datagrid, so far so good. I am also using the paging components to have both a pager and show page sizes and here is what I am facing. When I go to the last page of my datagrid and I change the value of my page size (e.g from 5 to 10) I can't manage to load my data entry correctly on the last page for the new page size. To be more clear, in the documentation on Paging example, if we go to the last page and we increase the size, the data will re render and it will show the last page with the data and the new pages.
Do you by any chance have an idea of why this is happening?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions