After insert text
radRichTextBox1.Document = new RadDocument();
radRichTextBox1.Document.Insert(radListControl2.SelectedItem.ToString(), radRichTextBox1.Document.Style)
the selection go end of text, how to select the start text?
2 Answers, 1 is accepted
0
Svett
Telerik team
answered on 17 Sep 2012, 01:49 PM
Hello Vittorio,
Thank you for writing.
You can move to the first position in RadRichTextBox by using the following code snippet: