Hello Mehwish,
You should set the
ExternalDialogsPath property points to the EditorDialogs folder
<telerik:RadEditor runat="server" ID="RadEditor1" ExternalDialogsPath="~/EditorDialogs">
<ImageManager ViewPaths="~/" UploadPaths="~/" />
</telerik:RadEditor>
This will allow you to edit the FileBrowser.ascx file and
hide the NewFolder button by setting the
EnableCreateNewFolder="false" property in the RadFileExplorer declaration:
<telerik:RadFileExplorer ID="RadFileExplorer1" Height="450px" Width="400px" TreePaneWidth="150px"
EnableCreateNewFolder="false" runat="Server" EnableOpenFile="false" AllowPaging="true" VisibleControls="Grid,Treeview,Toolbar,ContextMenu" PageSize="100" />
Greetings,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.