Dear support,
there is a way to define a single comment on read-only state ?
Thanks in advance.
Kind regards.
1 Answer, 1 is accepted
0
Todor
Telerik team
answered on 13 Aug 2012, 07:23 AM
Hi Alberto,
When the RadRichTextBox property IsReadOnly is set to 'True', the only way to add comments to your document is through the InsertComment() method from your application's code-behind. The mentioned method receives Comment objects.
Of course to be able to see these comments, the property ShowComments of the RadRichTextBox control must be set to 'True' also.