DropDownDataGrid Changing Current Page

Hello,

I am currently using a DropDownDataGrid inside of a RadzenSteps component. Things seem to be working correctly with one exception.

Example: I navigate to the second page of items in the dropdown data grid and make my selection. I then go forward in the Radzen Steps component. If I navigate back after that to the step that contains the DropDownDataGrid, I am still on the second page of items that I was previously on, however the "selected" current page is no longer on 2 but is on 1. This means I cannot access the first page of data unless I navigate through the DropDownDataGrid so I am no longer on page 1 and if you go to page 2 the same data that was already present will show again.

Any ideas on how to stop losing my current page inbetween steps?