Hi Sarah,
we have validated your query please find the response for your queries below
Query 1 and 2: How to save and retrieve text and images together.
Yes, it is possible to save and retrieve images together. First, you should upload the image separately using the RichTextEditorInsertImageSettings.SaveUrl. By doing this, the image will be uploaded to the server. Then, by accessing the Value property, you can save and retrieve the text and image together.
UG Documentation: Insert image in Blazor RichTextEditor Component | Syncfusion
Query 3: How to display content that includes text and images in the data grid?
Once the text and images are retrieved from RichTextEditor using the Value property you can set those value in data grid component.
Query 4: How can I extract plain text from Rich Text Editor content so that I can search inside it?
We have reviewed your query and identified a method called GetTextAsync in the Rich Text Editor component. This method allows you to retrieve the plain text content of the editor.
API Document - Class SfRichTextEditor - Blazor API Reference | Syncfusion.
Query5: I checked in the link below that there is a dialog for NEW , UPDATE . Is there display-only and read-only dialog? that the user will be displayed after double-clicking on the row?
We are currently reviewing this query and will provide further details once our validation is complete.
Regards
Thangavel