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

Insert bookmarks using RadDocument

2 Answers 116 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Venkatesh
Top achievements
Rank 1
Venkatesh asked on 06 Mar 2017, 06:37 PM

Currently a bookmark can be inserted by using the RadRichTextbox method InsertBookmark().

Is there a way to insert a bookmark by just using the methods on RadDocument?

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Tanya
Telerik team
answered on 07 Mar 2017, 02:06 PM
Hi Venkatesh,

The methods exposed by RadDocument for editing the content are obsolete. Those methods are still kept in the class only for backward compatibility and we suggest you use their alternatives exposed by the RadDocumentEditor and RadRichTextBox classes as they are taking care about the proper update of the content after the modifications. 

Hope this is helpful.

Regards,
Tanya
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which you to write beautiful native mobile apps using a single shared C# codebase.
0
Venkatesh
Top achievements
Rank 1
answered on 14 Mar 2017, 01:34 PM
Thanks Tanya. I was able to use RadDocumentEditor to resolve my issue.
Tags
RichTextBox
Asked by
Venkatesh
Top achievements
Rank 1
Answers by
Tanya
Telerik team
Venkatesh
Top achievements
Rank 1
Share this question
or