Hi Juan,
If I understand you correctly, you need to mask the original name of the root folder to display meaningful name.
The most simple approach to achieve this will be to subclass the default content provider of RadFileExplorer and override its ResolveRootDirectoryAsTree() method and change the Name of the folder, e.g.:
More detailed information on how to use RadfileExplorer's content provider is available in the following help article:
Using custom FileBrowserContentProvider
For more advanced modification you will need to provide a strong mapping between real folder name and the masked one. Such approach is used in the custom content provider from the following KB article:
Use RadFileExplorer with physical and shared folder's paths
Regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now