Greetings,
Through our discovery to RadzenGrid we found out that there might be an issue related to UI of the grid pager. We also tested the scenario using separate RadzenPager component, but it doesn't resolve the issue.
There is an image attachment to illustrate the issue.
As you can see in the attached image, there are around 26 pages, but the pagers show all the 26 items and there seems to be a problem with rendering the buttons and pages. As we checked your documentations and demo of the RadzenGrid on your site, it seems to be working as a charm, only showing 5 items of paging buttons to be shown to select. but in our test all the pages are shown and switching, for e.g. from page 2 to 6, it calls LoadData method 4 times.
I've never seen such issue before. Try to replicate your case using our demos - they are editable.
@dsec993 check if you have set the Count attribute of RadzenDataGrid (and RadzenPager if you are using it). It is required when using the LoadData event.
2 Likes
Your solution resolves the issue.