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

Telerik RadEditor Ctrl + v Not Work

3 Answers 164 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Henwa
Top achievements
Rank 1
Henwa asked on 18 Jan 2015, 02:49 PM
Hi all , 

Telerik RadEditor Ctrl + v Not Work when using Trackchanges ? any Advice 

Markup like 

  <telerik:RadEditor runat="server" ID="reBody"   Height="200px" EnableTrackChanges="true" >
                                                  <Tools>
                                                            <telerik:EditorToolGroup>
                                                                <telerik:EditorTool Name="FontName" />
                                                                <telerik:EditorTool Name="FontSize" />
                                                                <telerik:EditorTool Name="Bold" />
                                                                <telerik:EditorTool Name="Italic" />
                                                                <telerik:EditorTool Name="Underline" />
                                                                <telerik:EditorTool Name="StrikeThrough" />
                                                                <telerik:EditorTool Name="Superscript" />
                                                                <telerik:EditorTool Name="Subscript" />
                                                                <telerik:EditorTool Name="JustifyLeft" />
                                                                <telerik:EditorTool Name="JustifyCenter" />
                                                                <telerik:EditorTool Name="JustifyRight" />
                                                                <telerik:EditorTool Name="JustifyFull" />
                                                                <telerik:EditorTool Name="JustifyNone" />
                                                                <telerik:EditorTool Name="Copy" />
                                                                <telerik:EditorTool Name="Cut" />
                                                                <telerik:EditorTool Name="Paste" />
                                                                <telerik:EditorTool Name="DocumentManager" />
                                                                <telerik:EditorTool Name="Indent" />
                                                                <telerik:EditorTool Name="Outdent" />
                                                                <telerik:EditorTool Name="InsertTable" />
                                                                <telerik:EditorTool Name="LinkManager" />
                                                                <telerik:EditorTool Name="InsertOrderedList" />
                                                                <telerik:EditorTool Name="InsertUnorderedList" />
                                                                <telerik:EditorTool Name="InsertImage" />
                                                                <telerik:EditorTool Name="InsertDate" />
                                                                <telerik:EditorTool Name="Undo" ShortCut="CTRL+Z" />
                                                                <telerik:EditorTool Name="Redo" ShortCut="CTRL+Y" />
                                                                <telerik:EditorTool Name="AcceptTrackChange" />
                                                                <telerik:EditorTool Name="RejectTrackChange" />
                                                                <telerik:EditorTool Name="AcceptAllTrackChanges" />
                                                                <telerik:EditorTool Name="RejectAllTrackChanges" />
                                                            </telerik:EditorToolGroup>
                                                        </Tools>
                                                    </telerik:RadEditor>

aspx.cs 

           TrackChangesSettings settings = reBody.TrackChangesSettings;
            settings.Author = Session["UserName"].ToString();
            settings.UserCssId = Session["UserColor"].ToString();
            settings.CanAcceptTrackChanges = true; 



                                                   

3 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 20 Jan 2015, 09:11 AM
Hello,

I tested with this Track Changes demo, but to no avail. Pasting is working as expected. Which is the browser used? Are you able to reproduce the same issue with the online demo?

If you are still unable to find the source of the problem, you can provide a sample with which teh issue is reproducible, so that I could investigate the issue on my end.

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
Ravi
Top achievements
Rank 1
answered on 02 Dec 2015, 06:47 AM

Hi Lanko,

I have also the Same problem, but i dont know whats the problem i cant copy any content to the RADHTMLeditor using Ctrl+v . I can easly paste on ur online sample but when i add simple editor to my code the on the same browser they cant paste it.

Plz assist me .

0
Ianko
Telerik team
answered on 02 Dec 2015, 06:58 AM
Hi Ravi,

I suggest you trying to isolate the issue encountered in a simple project and send it here. With the information provided so far I can only guess what is the exact reason for the pasting to fail on your end.

Regards,
Ianko
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Editor
Asked by
Henwa
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Ravi
Top achievements
Rank 1
Share this question
or