Hi,
Straight to the points:
1) You can
register the external dialogs of RadEditor which will allow you to edit the contents of the
LinkManager.ascx dialog file. Since it is not possible to execute server code in the ascx dialog files you can add a usercontrol in the LinkManager.ascx and using its codebehind to bind the dropdowns in. You can see the following KB article which will show you how to add an user control and execute server code from it:
Displaying single upload control in the FileBrowser Upload manager.
Please, note that we do not support customizations and modifications of the source code of the control and its dialogs and features.
2) The problem could be due to application restart. Could you please check for any server error / events logs for any application restarts when the problem occurs? You can also fix this problem using the instructions in this article:
Blank Dialogs Problem.
The problem could be also due to some monitoring program such as
WebSense or a
Proxy server, Firewall, Antivirus which decrease the URL length of the Dialog handler for example to 1700 symbols and breaks it. You can decrease the dialog length to 500 symbols using the following code:
All the best,
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.