I'm running into the following issue with RadRichTextBox and the RadRichTextBoxRibbonUI. I have a simple xaml file with just a RadRichTextBoxRibbonUI and a RadRichTextBox. I run the app and type some text in the RadRichTextBox editor. It shows up in the font displayed in the RadRichTextBoxRibbonUI. The problem occurs if I want to change the font of subsequent text. If I go to the font control and change the font, the font control retains focus. If I click back into the RadRichTextBox control to type some text, the font reverts to the font currently in the control and Ignores the font that I had selected in the font control. For comparison, when I do the same thing in MS Word, the editor retains focus so that after you've changed the font you can just start typing and the new text is displayed in the newly selected font. Is there a way to get this behaviour with RadRichTextBoxRibbonUI and RadRichTextBox?
Thanks for your attention,
George