Hi Telerik Team,
When I place any of RadAjax controls on my page, I can control the path of the WebResource handler via the HttpHandlerUrl property of the StyleSheetManager. This is to avoid registration of the handler in the web.config.
However this setup breaks with all the Dilaogs used in RadEditor. They are all handled by the DialogHandler type which I can extend because it is public. However the StylesheetManager filed of this type is Private and I cannot instruct it to load the web resource from a given path - it always looks for the default path for WebResource handler.
How can I make the dialogs in RadEditor also respect the "global" for the StyleSheetManager's HttpHandlerUrl paroperty which I have across all my pages ?