Hi Telerik Team,
I am using RadFileExplorer with a custom FileBrowserContentProvider. I noticed that ResolveDirectory() and GetFiles() are only called the first time a folder is opened. After that, navigating back to the same folder (either from the tree view or by opening folders in the file list) does not invoke these methods again, so the folder contents are not refreshed and changes are not displayed. If I click the Refresh button in RadFileExplorer, the folder contents are refreshed correctly and the latest files are shown. I tested this with both 2025.1.416.462 and the latest Telerik version, and the behavior is the same. Is this expected caching behavior? Is there a supported way to force RadFileExplorer to reload the current folder and call ResolveDirectory() and GetFiles() again?
Thank you.
