Is there anyway to get it so that the RadFileExplorer wont display hidden folders. Currently in my app hidden folders are displayed in the RadFileExplorer i would prefer it not to.
We have no option to remove the hidden files or folders from the file explorer. However, you can change this behavior by using a custom content provider. Override the default FileSystemContentProvider and its function that returns a list of folders (ResolveRootDirectoryAsTree). Check each folder in the list and remove it if it is hidden.