Hello,
Can you please decrease the
dialog URL length and see whether this will fix the problem:
<
script
type
=
"text/javascript"
>
function setUrlLength(editor)
{
editor.get_dialogOpener()._dialogUrlLengthLimit = 500;
}
</
script
>
<
telerik:RadEditor
ID
=
"RadEditor1"
runat
=
"Server"
OnClientLoad
=
"setUrlLength"
.../>
If this does not help, try the following:
- open the web.config file and replace Telerik.Web.UI.DialogHandler.aspx with Telerik.Web.UI.DialogHandler.axd
- set the RadEditor's DialogHandlerUrl property to "~/Telerik.Web.UI.DialogHandler.axd"
Kind regards,
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.