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

Integrating Editor in a SharePoint 2010 Visual Web part

4 Answers 92 Views
Grid
This is a migrated thread and some comments may be shown as answers.
USI
Top achievements
Rank 1
USI asked on 18 May 2010, 05:59 PM
Hi,
I am trying to integrate the RadEditor in Sharepoint 2010 using visual studio 2010, but i can't get the control to fully work.
I created a visual webpart and added the control to the user control.  After that i added the xml to the manifest so it could load the telerik.web.Ui.dll, using the  new package editor of visual studio 2010.
Edited webconfig file and changed the Trust level to Full and added the httphandlers and handles for the dialog to work . 
The editor shows up and it works but the dialogs don't, table wizard for example gives-me an error  forbidden. (It gives a 404 without the httphandler and handles.)
Since i could be doing something wrong somewhere,  does someone knows what is the correct way to integrate the Telerik Asp.net ajax controls in SharePoint 2010, in my case i want use them in webparts. Thanks.

4 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 21 May 2010, 07:52 AM
Hello luis sa,

When it comes to SharePoint we recommend using the RadEditor for MOSS control, because it has specially designed content provider in its dialogs. You can find information on the control in the following online help article: http://www.telerik.com/help/aspnet-ajax/moss-introduction.html.
Regarding SharePoint 2010 we released a beta version of the control. You can download it by going to the  Free Trials section under your account and click on the Beta RadEditor for Sharepoint 2010 webpart available link.

What you need to do is deploy the wsp solution as it is explained in the following online help article: http://www.telerik.com/help/aspnet-ajax/installing-radeditor-in-moss-2007-farm.html. Then you can use MOSSRadEditor class instead RadEditor. MOSSRadEditor is defined in Telerik.SharePoint namespace of RadEditorSharePoint assembly.

Sincerely yours,
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
USI
Top achievements
Rank 1
answered on 21 May 2010, 01:53 PM
Hi, I will do so. Thanks for your reply.
0
Poonam
Top achievements
Rank 1
answered on 27 Aug 2010, 09:00 PM
I am creating webpart for sharepoint 2010 - and would like to use Rad Editor for Sharepoint 2010. My question is whether I will still use class MossRadEditor? Or Do I need to use different class?
0
Poonam
Top achievements
Rank 1
answered on 27 Aug 2010, 09:35 PM
I used reflector and found that it's using SPRadEditor class....hence I need to create object of that class. Please confirm.
Thanks,
Poonam

Tags
Grid
Asked by
USI
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
USI
Top achievements
Rank 1
Poonam
Top achievements
Rank 1
Share this question
or