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

File Explorer dirs default opened?

1 Answer 43 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 09 Jul 2009, 01:22 PM
Hi,

Is it possible to show the dirs in the FileExplorer default open instead of closed?

Thanks for the information

Marc

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 14 Jul 2009, 10:59 AM
Hi,

The FileExplorer is designed to load and show the contents of a single directory specified by the ViewPaths property, e.g.

<telerik:RadFileExplorer runat="server" ID="FileExplorer1">
    <Configuration ViewPaths="~/Images" UploadPaths="~/Images" DeletePaths="~/Images" />
</telerik:RadFileExplorer>

If there are more folders listed in the ViewPaths property then the control will list only the folders, but not their contents so that the user can choose which one to open.


All the best,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Rumen
Telerik team
Share this question
or