Radzen Datagrid default LoadDataArgs

Hi, i'm using the LoadData event callback on datagrid.
However I also put these LoadDataArgs into the querystring in address bar.
when refreshing the page, the data is correctly loaded however the grid is not in a correct state. How to set the filter, orderby, skip and top on the grid at first render?

I already found this (see below) but it is only for the filters and depending on filtermode you cannot deserialize to IEnumerable<Tuple<string, string>>
https://forum.radzen.com/t/preserving-state-of-the-data-grid-through-navigations/8835/3

This demo might be helpful in your case as well: