Caching Issue

I have an page where we keep the status of the object, (Open, Closed, etc). It's come to my attention that if a user changes and saves the object (say from Open to Closed), exits the page and then clicks the link to return to that edit page, that the object initially still shows Open in the drop down.

Refreshing the page then brings up the correctly saved status. Is it possible that Blazor/Radzen is caching the original page (we load all our values in the PageLoad event)? Is this a known issue and has it been corrected?

I'm currently using version 2.66.10 as we are in the middle of a production implementation and didn't want to upset too much until things were complete on our end. But if this issue has been fixed in a later version, we definitely will have to upgrade as this is something we cannot have happening and don't want to have add in new code to deal with it if we don't have to.

There is no caching in Radzen.Blazor components or Radzen - only browsers can do that.