Hi,
I need to get the RadRichTextBox to focus (without using any mouse click) when the editor has been fully loaded.
I'm trying this with the following code:
public MainPage() {
InitializeComponent();
this.radRichTextBox.Focus();
this.radRichTextBox.UpdateEditorLayout(true);
}
This is not working. Can't figure out why..
As soon as i click anywhere in the editor, it will focus, but I want it to focus automaticly without clicking manually.
Is this possible?
Kind regards
PS: I'm using the latest trial version.
I need to get the RadRichTextBox to focus (without using any mouse click) when the editor has been fully loaded.
I'm trying this with the following code:
public MainPage() {
InitializeComponent();
this.radRichTextBox.Focus();
this.radRichTextBox.UpdateEditorLayout(true);
}
This is not working. Can't figure out why..
As soon as i click anywhere in the editor, it will focus, but I want it to focus automaticly without clicking manually.
Is this possible?
Kind regards
PS: I'm using the latest trial version.