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

Custom OnClientFileOpen for Image/Document Manager

2 Answers 36 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 03 Aug 2011, 07:35 PM
I have implemented a custom FileBrowserContentProvider for image/document selection.  I am currently using it with the RadFileExplorer and the RadEditor.  Within the RadFileExplorer I handle the OnClientFileOpen event with some custom functionality.  The issue is, I want to utilize that same custom functionality within the ImageManager and DocumentManager of the RadEdtior and I cannot find any reference to that event (OnClientFileOpen) within those dialogs.

Help?

2 Answers, 1 is accepted

Sort by
0
Mark
Top achievements
Rank 1
answered on 05 Aug 2011, 04:53 PM
Can anyone help?  I really need to know if there is a way to do this.  If not I am going to have to custom build a document/image manager and I would like to avoid that if at all possible.
0
Dobromir
Telerik team
answered on 08 Aug 2011, 02:39 PM
Hi Mark,

The RadEditor's dialogs are using RadFileExplorer to provide the file browsing functionality. However, the control built-in the dialogs is not exposed directly. In order to apply the required custom functionality, you need to modify the RadEditor's built-in dialog FileBrowser.ascx. More detailed information on how to modify built-in dialogs is available in the following live demo:
Customize Built-in Dialogs

Best wishes,
Dobromir
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Editor
Asked by
Mark
Top achievements
Rank 1
Answers by
Mark
Top achievements
Rank 1
Dobromir
Telerik team
Share this question
or