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

Programmatically Accepting Tracked Changes

1 Answer 98 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ATeam
Top achievements
Rank 1
ATeam asked on 02 Oct 2013, 09:49 AM
Hello,

I have some questions how to accept tracked changes in a richtextbox programmatically.

I have turned on the option for tracking changes and now I want to accept all tracked changes via program code, but I am not sure how to do this.

Has anyone an idea how to do this?

best regads
Dominik

1 Answer, 1 is accepted

Sort by
0
Petya
Telerik team
answered on 04 Oct 2013, 04:22 PM
Hello Dominik,

RadRichTextBox has an AcceptAllRevisions() method which will accept all revisions in the document.
this.radRichTextBox.AcceptAllRevisions();

Let us know if you have other questions.

Regards,
Petya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
RichTextBox
Asked by
ATeam
Top achievements
Rank 1
Answers by
Petya
Telerik team
Share this question
or