Hello,
I noticed that the RadRichTextBox is not working as expected.
According to the documentation, SHIFT + ENTER should create a new line and ENTER a new paragraph.
For some reason the ENTER key is not working. My final go is to switch between SHIFT + ENTER and ENTER as described in the following link:
https://www.telerik.com/forums/wpf-radrichtextbox---swapping-enter-key-and-shift-enter-keys-behavior
How can I do that? the AcceptReturn is set to True, but the PreviewKeyDown event is not triggered for ENTER.