This question is locked. New answers and comments are not allowed.
Is there anyway to the get the RadRichTextBox to initialize with no text? From what I can tell the default initialization of a RichTextBox includes a single space.
I've tried using this, but it throws a NullReferenceException.
I've tried using this, but it throws a NullReferenceException.
RichTextBox.SetText(
""
);