5 Answers, 1 is accepted

I am afraid I don't understand your question.
Are you creating custom documents by inheriting from RadDocument? In general, extending the document element is not supported.
If you share some more details about your scenario, we may be able to suggest a better approach for implementing the required functionality.
Iva Toteva
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Unfortunately, this will not be possible. RadDocument is unaware of the existence of RadRichTextBox and does not have a way to obtain a reference to the control that it is displayed in.
If you'd like, you can elaborate on the methods and properties of the rich text box you need to access. When it comes to modifying the document, some of the properties and methods of RadRichTextBox have analogous ones in RadDocument. It's a long shot, but it might be possible to achieve the effect you need using the document's API only.
Iva Toteva
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
