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

[Solved] RadEditor "Find and Replace" is not working in MOSS.

2 Answers 122 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Raju
Top achievements
Rank 1
Raju asked on 20 Jun 2008, 06:54 AM
RadEditor "Find and Replace" is not working in MOSS, but same its working in asp.net......

We added

<

add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Version=2008.1.515.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false"/>"

in web.config file..


Error : 

Web.config registration missing!
The Telerik dialogs require a HttpHandler registration in the web.config file. please, use the control's Smart Tag to add the handler automatically, or see the help for more information: Controls > Editor > Dialogs

2 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 24 Jun 2008, 08:09 AM
Hello,

I assume that you have the normal RadEditor control and not the RadEditor for MOSS solution. If this is the case, then this forum post might help you - http://www.telerik.com/community/forums/thread/b311D-bdhecm.aspx.

Basically, you need to create a file called "Telerik.Web.UI.DialogHandler.aspx" in your page layouts folder and put the following line inside it:

<%@ Page Language="C#" Inherits="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Version=2008.1.515.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" %>

After that the dialogs should work OK. If you use the editor from more than one folder, then you do not have to create a Telerik.Web.UI.DialogHandler.aspx in each folder - simply set the editor's DialogHandlerUrl property to point to the Telerik.Web.UI.DialogHandler.aspx file directly.

Kind regards,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Raju
Top achievements
Rank 1
answered on 24 Jun 2008, 11:33 AM
hi,

Thanks for replay  its working fine. now..
Tags
Editor
Asked by
Raju
Top achievements
Rank 1
Answers by
Lini
Telerik team
Raju
Top achievements
Rank 1
Share this question
or