How to programmatically reload/refresh a page within a Fluid Navigation Collection
Hello Community,
We're new to Fluid and I'm trying to resolve the following issue. We have a page within a Navigation that calls a component modally. Once the user is done making their edits on the modal component and closes it, the page they came from needs to be refreshed to pick up the changes that were just made.
I've tried using GetLevel0().Refresh() but the page doesn't reset correctly (I end up with an empty grid where I should have data). I've tried doing a transfer back to the page, but then I lose the Navigation Collection links on the left side of the screen.