Datagrid paging issue

In datagrid if we are not on first page and new data is loaded where the number of returned rows has single page (i.e for page size 10 if returned rows<=10 )then blank grid is displayed with out paging controls. If you are on the first page before re-loading data there is no such issue.
datagrid

Hi @Vinod_Pillai,

Please reset the DataGrid to the first page using FirstPage() method.

1 Like

The issue is now resolved.Thanks :slight_smile:

Hello Team,
Sorry to bother again. I found similar issue with datagrid row delete also. Below CRUD page is generated from radzen
bMiui91UAd
The issue is for first page only. Can this be addressed in the datagrid component itself?

Hi,
Any chances of this issue being addressed?

Usually the DataGrid will handle this automatically. You can check this demo for reference:
https://blazor.radzen.com/datagrid-inline-edit

Go to the last page and delete all items.

You are right. But the issue is only if you delete the last item on the second page where the grid has two pages. i.e after deleting the grid should display first page here it displays blank page as seen in the screenshot.

The issue similiar as seen in the CRMDemo also
crmdemo

The CRM application hosted on our site is Angular.

Yes, I do realise that :innocent: The issue is replicable on blazor also :grinning:

I was able to reproduce and fix the issue. The fix will be part of our next update early next week.

1 Like

Thank You Very Much :star_struck: