Unplanned
Last Updated: 30 Aug 2024 12:20 by Eugenio

I can load an image and then  resize it . But if I save it as a docx document and the I reload it, the image has the original size: the resized image is not saved.

 

You can test this in the Telerik MAUI ControlsSamples app, Import export example of the RichTextEditor control.

Unplanned
Last Updated: 09 Jan 2025 17:13 by Alex

we would like to auto focus the RadRichTextView control to automatically pop up the keyboard.

Maui Community Toolkit have this functionality for all controls that implement ITextInput

Unplanned
Last Updated: 10 Jan 2025 06:07 by David
Currently, when pressing Enter a new paragraph <p> is inserted. Provide a way to insert a new line <br> into RichTextEditor for MAUI.
Unplanned
Last Updated: 06 Feb 2025 08:59 by Daniel

Provide the support for add specified content at specified position (cursor position).
For example expose InsertTextCommand, now you have InsertImageCommand.

or a method SetHtml -> RadRichTextEditor.SetHtml(html code);

 

1 2