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

RTM-Date for SAK?

3 Answers 34 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Nils
Top achievements
Rank 1
Nils asked on 31 Aug 2012, 10:01 AM
Hi,
I have tested SAK in a SharePoint 2010 environment.
Apart from the point that in a list-item edit page when using the RadEditor and inserting Images the image-editor seems to behave a bit strange (i.e. I click resize and nothing happens) and that the image-editor does not fit intor the list-item edit page popup the RadEditor is really nice.
When will SAK be RTM? I'd hate to suggest deploying CTP ;-)

Best,
Nils

3 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 05 Sep 2012, 07:50 AM
Hello Nils,

The release date for the official release is not yet decided and I cannot provide the requested information. Nevertheless, RadEditor for SharePoint 2010, which is offered as part of SAK as well as part of the RadControls for SharePoint 2010 installation is official and stable control.

To show the RadEditor dialogs outside of the list-item edit page do the following:
1) In the\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\6.4.0.0__1f131a624888eeed\Resources\ListConfigFile.xml file register the OnClientLoad event property:

<property name="OnClientLoad">OnClientLoad</property>
 
2) Open the file \Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\6.4.0.0__1f131a624888eeed\Resources\SPEditorTools.js file and put the following function in it:

function OnClientLoad(editor) 
    editor.set_useClassicDialogs(true); 
}

You can see how the solution works in the following video: http://screencast.com/t/dpyCksHbxvJ.

All the best,
Rumen
the Telerik team
Learn how the Telerik controls can be integrated in SharePoint 2007/2010 from this resource. To watch them in action, explore our online SharePoint 2010 demo site.
0
Nils
Top achievements
Rank 1
answered on 05 Sep 2012, 08:50 AM
Hi Rumen,
thanks for the infos.

Regarding the modifications in ListConfigFile.xml and SPEditorTools.js - how do you suggest doing this in a multi-server-farm without manually modifying every webFrontend-Server?
(I.e. I would prefer doing modifications in wsp's/Features that can be automatically deployed)

Best,
Nils
0
Rumen
Telerik team
answered on 05 Sep 2012, 11:32 AM
Hi,

You have two options:
1) the first one is to modify manually all the web farm servers
2) the other one is to build your own wsp solution with the provided changes and to deploy the solution. For the second option you will need the source code of RadEditor for SharePoint 2010.

All the best,
Rumen
the Telerik team
Learn how the Telerik controls can be integrated in SharePoint 2007/2010 from this resource. To watch them in action, explore our online SharePoint 2010 demo site.
Tags
Sharepoint Integration
Asked by
Nils
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Nils
Top achievements
Rank 1
Share this question
or