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

RadEditor: Word Content in Clipboard Interception

3 Answers 84 Views
Editor
This is a migrated thread and some comments may be shown as answers.
tammy
Top achievements
Rank 1
tammy asked on 16 Jun 2014, 10:35 PM
Hi,

I do not want my app to prompt the Word Content in Clipboard Interception when the user pastes from Word using <ctrl> <v>.  Is there a way to default the value and not show this message?

3 Answers, 1 is accepted

Sort by
0
tammy
Top achievements
Rank 1
answered on 17 Jun 2014, 06:33 PM
Any thoughts or ideas??? Please let me know.  thx
0
Ianko
Telerik team
answered on 18 Jun 2014, 09:56 AM
Hello,

When the RadEditor control is set with the StripFormattingOptions property, the mentioned prompt is bypassed and the set stripping options are executed directly.

Example:
<telerik:RadEditor runat="server" ID="RadEditor1"
    StripFormattingOptions="ConvertWordLists, MSWordNoMargins">
</telerik:RadEditor>


Regards,
Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
tammy
Top achievements
Rank 1
answered on 18 Jun 2014, 04:42 PM
Awesome, this worked! thank you
Tags
Editor
Asked by
tammy
Top achievements
Rank 1
Answers by
tammy
Top achievements
Rank 1
Ianko
Telerik team
Share this question
or