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

Override DocumentManager to use UNC path

1 Answer 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 29 Oct 2014, 03:51 PM
I've been trying to make the RadEditor DocumentManger control work with a UNC path. Admin on the forum gave me this link but it's only for the <Telerik:RadFileExplorer> control.

How do I override the file provider for <telerik:RadEditor><telerik:EditorTool name="DocumentManager">

1 Answer, 1 is accepted

Sort by
0
Andrew
Top achievements
Rank 1
answered on 30 Oct 2014, 08:46 PM
Yeah Ok so I was able to overrride the RadEditor document manager

    RadEditor1.DocumentManager.ContentProviderTypeName = typeof(ExtendedFileProvider).AssemblyQualifiedName;

Then build an override for the ResolveDirectory method. That allowed parsing of the path.
Tags
General Discussions
Asked by
Andrew
Top achievements
Rank 1
Answers by
Andrew
Top achievements
Rank 1
Share this question
or