Hi, I am building a web part that will have Telerik controls within it. I would like to have the web part contain a RadEditor. So far I have managed to get the RadEditor to load via the web part on a web part page, but the whole RadEditor acts like it is disabled. I can mouse over the buttons and rollover effect works, but I cannot type in the editor, nor does clicking any of the buttons appear to do anything.
Can someone assist me with this?
Thanks!
Can someone assist me with this?
Thanks!
5 Answers, 1 is accepted
0

Todd
Top achievements
Rank 1
answered on 05 May 2010, 12:32 AM
Wuz missing the <ScriptManager>... all fixed.
0

Michael
Top achievements
Rank 1
answered on 27 Aug 2010, 06:06 PM
I am having the same issue, however I have a telerik script manager on the page. Is there some special configuration or setting to get it to work properly?
0
Hi Michael,
Add the following element to the httpHandlers section of the web.config file of your MOSS site:
Where xxxx.x.xxx.xx is the version or Telerik.Web.UI, which you are using.
Best wishes,
Stanimir
the Telerik team
Add the following element to the httpHandlers section of the web.config file of your MOSS site:
<
add
path
=
"Telerik.Web.UI.WebResource.axd"
verb
=
"*"
type
=
"Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=xxxx.x.xxx.xx, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
validate
=
"false"
/>
Where xxxx.x.xxx.xx is the version or Telerik.Web.UI, which you are using.
Best wishes,
Stanimir
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Michael
Top achievements
Rank 1
answered on 02 Sep 2010, 01:40 PM
Thanks for the reply. I have solved this issue by changing the actual control from
<telerik:RadEditor...
to
<telerik:MOSSRadEditor... with the assembly being registered changed to the telerik SharePointRadEditor.
Thanks
Michael
<telerik:RadEditor...
to
<telerik:MOSSRadEditor... with the assembly being registered changed to the telerik SharePointRadEditor.
Thanks
Michael
0

Vaughn Sunseri
Top achievements
Rank 1
answered on 16 Sep 2010, 05:51 PM
My RadEditor works inside my custom web part, but the dialog windows don't open correctly. I get the missing handler error, but I've added the handler to the web.config in the root folder of my SharePoint site.
Is there a reason the handler isn't being seen there? Should it be added somewhere else?
Thanks.
Never Mind, I found the answer: http://www.telerik.com/support/kb/aspnet-ajax/editor/error-web-config-registration-missing-the-telerik-dialogs-require-a-httphandler-registration-in-the-web-config-file.aspx
Is there a reason the handler isn't being seen there? Should it be added somewhere else?
Thanks.
Never Mind, I found the answer: http://www.telerik.com/support/kb/aspnet-ajax/editor/error-web-config-registration-missing-the-telerik-dialogs-require-a-httphandler-registration-in-the-web-config-file.aspx