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

[Solved] How to customize FileExplorer dialogs?

1 Answer 116 Views
Editor
This is a migrated thread and some comments may be shown as answers.
adi
Top achievements
Rank 1
adi asked on 08 Feb 2010, 03:40 PM
Hi,

I'd like to customize the FileExplorer dialogs using in RadEditor, like width and hight and hiding the addressbar. How can I achieve this?

Regards,
adi

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 09 Feb 2010, 01:43 PM
Hi Adi,

The declaration of RadFileExplorer is located in the FileBrowser.ascx - built-in dialog which is used by all of the RadEditor's dialogs that are using FileExplorer. Thus if you modify this file the changes will be applied to all of the dialogs (ImageManager, DocumentManager, etc.). In order to hide the address bar you need to define the VisibleControls property, e.g.:
<telerik:RadFileExplorer ID="RadFileExplorer1" Height="410px" Width="400px" TreePaneWidth="150px"
    runat="Server" EnableOpenFile="false" AllowPaging="true" VisibleControls= "Grid,TreeView,Toolbar,ContextMenus" />
Additional information regarding the FileExplorer's controls is available in the following article:
FileExplorerControls Enumeration 

Greetings,
Dobromir
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
Editor
Asked by
adi
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or