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

[Solved] Can't Edit RAD Editor 4.3.2 web part

1 Answer 65 Views
RadEditor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tom Daria
Top achievements
Rank 1
Tom Daria asked on 10 Sep 2007, 12:22 PM

I found out that the original telerik RAD Editor version Version=7.1.3.0 had some issues. So I removed it from my page layouts and unistalled it from MOSS and removed the assembly from the GAC. Next, I downloaded the 4.3.2. version. I used STSADM to add the solution to MOSS. I then used the MOSS Admin Site to deploy it. Now back on my page layouts, I added the new assembly registry tag to the top of Page Layout, added the new Telerik RAD Editor 4.3.2 web part inside a web part zone.  Saved the file and checked it in major version.
 
All IS WELL UP TO THIS POINT!!!

But when I edit a new or existing page, the "down arrow" to edit the web part is not showing!   Nor is the Red X to remove it. So I then went back to my page payout, removed the Telerik RAD Editor 4.3.2 web part from the Page Layout, published the new version. Now, wehn I edit the page, I am able to add a new web part to the page.  So I add the Telerik 4.3.2. web part to the Zone.  And lo and behold, I am able to edit the web part. 

But if I add the Telerik RAD Editor Web Part to my page layout, I don't see the "down arrow" or "red X" when I edit the page! 

Can anyone offer some advise on what to do?

Here is my code.  I have played around with a few of the RAD Editor Web parts (ie Zone ID) but nothing seems to help.  The ability to edit the web part simply isn't there!

Any advise would be greatly appreciated!

Thanks  Tom

<WebPartPages:webpartzone id="g_442ECCA097DD42DA9731C47F47D2B973" runat="server" title="Zone 1">
<ZoneTemplate>
<SharePoint1:radeditorwebpart webpart="true" runat="server" __WebPartId="{8E75AF57-E776-400D-AE4B-10053862AED4}" id="RadEditorWebPart1">
<WebPart xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/WebPart/v2">
<Title>Telerik RadEditor for MOSS</Title><FrameType>Default</FrameType><Description>Cross-browser rich content editor from Telerik</Description><IsIncluded>true</IsIncluded><ZoneID /><PartOrder>
1</PartOrder><FrameState>Normal</FrameState><Height /><Width /><AllowRemove>true</AllowRemove><AllowZoneChange>true</AllowZoneChange><AllowMinimize>true</AllowMinimize><AllowConnect>true</AllowConnect><AllowEdit>true</AllowEdit><AllowHide>true</AllowHide><IsVisible>true</IsVisible><DetailLink /><HelpLink /><HelpMode>Modeless</HelpMode><Dir>Default</Dir><PartImageSmall /><MissingAssembly>Cannot import this Web Part.</MissingAssembly><PartImageLarge /><IsIncludedFilter /><ExportControlledProperties>true</ExportControlledProperties><ConnectionID>00000000-0000-0000-0000-000000000000</ConnectionID><ID>g_0002dd1f_c8ba_4b73_bdf7_16a0a012ffac</ID><TitleIconImageUrl>/_layouts/images/radeditor.gif</TitleIconImageUrl></WebPart></SharePoint1:RadEditorWebPart>
</ZoneTemplate></WebPartPages:WebPartZone>

1 Answer, 1 is accepted

Sort by
0
Tom Daria
Top achievements
Rank 1
answered on 10 Sep 2007, 04:52 PM
The problem is caused by the following line in my ASPX template Page Layout file:

<WebPartPages:spproxywebpartmanager runat="server" id="ProxyWebPartManager"></WebPartPages:SPProxyWebPartManager>

When I remove the line, the arrow shows.

Note:  Credit for this solution comes from Lini, Telerik Support team.  Thanks Lini.

Tom

Tags
RadEditor
Asked by
Tom Daria
Top achievements
Rank 1
Answers by
Tom Daria
Top achievements
Rank 1
Share this question
or