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

Hide files

1 Answer 45 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 26 Jul 2013, 12:45 PM
Hi

How can I display folders alone in the radfileexplorer? I want to hide the files from being displayed in the control?

Thanks
Ben.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 Jul 2013, 01:10 PM
Hi Ben,

Try setting the VisibleControls property of the RadFileExplorer to Toolbar,TreeView as shown in the following sample mark-up.

ASPX:
<telerik:RadFileExplorer ID="RadFileExplorer1"  VisibleControls="Toolbar,TreeView" runat="server" >
</telerik:RadFileExplorer>

Thanks,
Shinu.
Tags
FileExplorer
Asked by
Ben
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or