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

Dynamic Data Dialog Error

3 Answers 91 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Brett
Top achievements
Rank 1
Brett asked on 07 Nov 2008, 10:05 PM
I'm trying to get the RadEditor Q2 to work in the ASP.net Dynamic Data field template. I've got everything working great except when I try to access a dialog module (such as image). Then I get the following error.

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /[mySiteName]/DynamicData/FieldTemplates/Telerik.Web.UI.DialogHandler.aspx
______________________________________________________

It seems to be in the web.config file correctly and it works fine when I use the RadEditor directly on a page without putting it in a Dynamic Data field template. When it's in a field template it seems to be looking for the dialog handler in the wrong place. Does anyone have a working Dynamic Data field temple using the RadEditor with Dialogs?

Thanks,
Brett

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 11 Nov 2008, 01:15 PM
Hi Brett,

Could you please, set the editor's DialogHandlerUrl property to "~/Telerik.Web.UI.DialogHandler.aspx" and test again the dialogs, e.g.

<telerik:RadEditor ID="RadEditor1" DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.aspx" runat="server"></telerik:RadEditor>

Kind regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Brett
Top achievements
Rank 1
answered on 11 Nov 2008, 02:38 PM
That worked. Thanks! I'm switching to Telerik from the "other Guys" and so far, I'm very impressed.

Brett
0
Aaron Lewis
Top achievements
Rank 2
answered on 19 Jun 2009, 08:14 PM
For those who still encounter the problem even after implementing the above, see this thread.
Tags
Editor
Asked by
Brett
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Brett
Top achievements
Rank 1
Aaron Lewis
Top achievements
Rank 2
Share this question
or