FIX. RadTextBoxControl - when you select the whole text not all words are selected
To reproduce:
this.radTextBoxControl1.Text = "dog and blue glue";
this.radTextBoxControl1.Size = new Size(50, 65);
this.radTextBoxControl1.Multiline = true;
Workaround:
use RadTextBox.