The ImageSrc icon to select a background image invokes the same DbContentProvider class as the Image Manager icon in the toolbar.
How do I invoke a different DbContentProvider class?
Thanking you in anticipation.
Roger
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 11 Dec 2009, 04:09 PM
Hi Roger,
Yes, the ImageSrc icon uses the Image Manager and both uses the same DbcontentProvider class - this is by design. What you can do is to register the external dialogs paths and replace the <tools:ImageDialogCaller control inside the \EditorDialogs\TableProperties.ascx and CellProperties.ascx files with your own button that will launch a custom dialog.