This is a migrated thread and some comments may be shown as answers.

Hide Root Folder

2 Answers 113 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Jim
Top achievements
Rank 1
Jim asked on 22 Feb 2010, 11:03 PM
I am using the file explorer with a single path and would like to show the sub folders without showing the root folder, Is it possible to do this?
If not, is it possible to lock only the root folder from uploading files?

I want to use the control to allow users to manage add/remove files in the subfolders of the root folder only. I don't want to allow them to upload individual files into the root folder.

2 Answers, 1 is accepted

Sort by
0
Jim
Top achievements
Rank 1
answered on 23 Feb 2010, 07:31 PM
I specified each of the sub folders as a subfolder and resolved my issue, but they each appear with a plus next to them. Any way to get rid of the plus? I don't allow sub folders, just individual files.
0
Accepted
Dobromir
Telerik team
answered on 25 Feb 2010, 06:59 AM
Hi Jim,

These 'plus' and 'minus' signs next to the folder show if there is a content inside the folder and are used to expand the folder without displaying its content in the grid. In order to remove them you need to add the following CSS declaration to the page:
.RadFileExplorer .rtPlus{display:none !important;}
.RadFileExplorer .rtMinus{display:none !important;}

I hope this helps.

Best wishes,
Dobromir
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
FileExplorer
Asked by
Jim
Top achievements
Rank 1
Answers by
Jim
Top achievements
Rank 1
Dobromir
Telerik team
Share this question
or