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

Question about Comments and TrackChanges

1 Answer 40 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Craig
Top achievements
Rank 1
Craig asked on 25 Apr 2019, 01:54 PM
I'm working on an application that allows multiple people to collaborate on a document. Ultimately, the document has a single document owner, and multiple contributors. The document owner is the only one that can accept/reject changes.  I've found the client-side method set_canAcceptTrackChanges, but I'd still like for the user to be able to remove their own comments/changes. I was hoping there was some client-side method I could use to check when the context menu pops up. Any suggestions?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 30 Apr 2019, 04:24 PM
Hi,

Have you tried to use

editor.set_enableTrackChanges(false)

editor.set_enableTrackChanges(true)


You can also see the rest of the available methods in the DevTools console as shown in the attached image.

Other client-side methods are documented at https://docs.telerik.com/devtools/aspnet-ajax/controls/editor/functionality/track-changes-and-comments/track-changes#client-side-methods.


Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Editor
Asked by
Craig
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or