Unplanned
Last Updated: 13 Oct 2021 13:37 by Tom
Tom
Created on: 13 Oct 2021 08:27
Category: RichTextEditor
Type: Bug Report
2
RichTextEditor: Unfocused event is not fired

<telerikRichTextEditor:RadRichTextEditor Grid.Row="1" Unfocused="RadRichTextEditor_Unfocused"/>

 

private void RadRichTextEditor_Unfocused(object sender, FocusEventArgs e)
{

}
1 comment
Tom
Posted on: 13 Oct 2021 13:37
The main thing IMO is that calling RichTextEditor.Unfocus() should close the Soft Input Keyboard and the complementary RichTextEditor.Focus() should display it. (The Focused event is also missing as noted here.)