RadzenDropDownDataGrid : Unable to Reset to First Page With LoadData

I am using a RadzenDropDownDataGrid with a custom LoadData function.

I am running into a situation where if I reload the data when I am not on the first page from somewhere else in my code besides using the application itself - I cannot reset the pager.

So for example - I have data that is technically on page one but the pager remains on the page it was on previously.

Is there a way to move this pager to the first page?

I have tried the Reset function and this doesn't appear to be working to accomplish this.

You have access to the DataGrid component and you can execute for example FirstPage() method:

1 Like