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

how to use radeditormoss in custom aspx page?

3 Answers 64 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
christian
Top achievements
Rank 1
christian asked on 16 Sep 2010, 07:49 AM
Hi,
           i downloaded and installed fullfeatured radeditormoss.wsp 4.5.6.0. i am trying to use the radeditor in a custom aspx page, in the following way

<%@ Register TagPrefix="radE" Namespace="Telerik.SharePoint.FieldEditor" Assembly="RadEditorSharePoint, Version=4.5.6.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" %>
<%@ Register tagprefix="SharePoint1" namespace="Telerik.SharePoint" assembly="RadEditorSharePoint, Version=4.5.6.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" %>

  <SharePoint1:MOSSRadEditor  id="rftDefaultValue" runat="server"   width="500px" Height="400px"  EnableContextMenus="False"></SharePoint1:MOSSRadEditor>


but the sharepoint designer shows the following error
Error Creating Control - rftDefaultValueCannot instantiate type 'MOSSRadEditor' because there is no public parameterless constructor.
How do i get this MOSSRadEditor control working on custom aspx page.
please help.
thank you all

3 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 16 Sep 2010, 08:02 AM
Hello christian,

Unfortunately you can not use the MOSSRadEditor class in the Lite version of RadEditor for MOSS 4.x. In this version of the control MOSSRadEditor has no public constructor. In order to use MOSSRadEditor, which is defined in the Telerik.SharePoint namespace of RadEditorSharePoint assembly you will need RadEditor for MOSS 5.x. You can download a free fully functional trial from the Trials section of your account in our site. You can find the upgrade instructions in the following online help article: Upgrade Instructions from version 4.x to version 5.x


Regards,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
christian
Top achievements
Rank 1
answered on 16 Sep 2010, 08:09 AM

hi stanmir,
                  thanks for the quick reply. i am not using lite edition , i am using full featured trial version of radeditormoss.wsp 4.5.6.0.
and i have been looking for radeditor for moss 5.x in account page but not able to find it. is it possible that you could give me a link to the download for it? i appreciate your help

 

thanks

Christian 

0
Stanimir
Telerik team
answered on 16 Sep 2010, 11:28 AM
Hello christian,

In order to download the latest trial of RadEditor for MOSS 5.8.1 go to the Free Trials section under your account. Click on the Download also: DLLs, Scripts, Source Code, DNN and MOSS wrappers ... link, which is under RadControls for ASP.NET AJAX. Then use RadEditor for MOSS 2007   (zip, 14 MB) link. For your convenience I attached a screen shot where you can see the link.


Greetings,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
WebParts for SharePoint
Asked by
christian
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
christian
Top achievements
Rank 1
Share this question
or