Hello, I have a datagrid on first open the margins look like this. When EditDialog reopened it fixes to normal. Also, some items in RTE Toolbar overflow after reopening.
This issue is only present when I have RTE in EditDialog
Hi Renjith, thanks for your time.
I have found the issue to be ToolbarType.Expand. MultiRow works fine, no margin issues. Attached is a sample.
<RichTextEditorToolbarSettings Items="@Tools" Type="ToolbarType.Expand" />
My other issue is I can't drag to resize an HTML table within EditDialog.
In the same attached sample, insert a table and attempt to drag to resize.
Attachment: BlazorAppRTE_9887df7a.zip
Yes, this is the issue I am having, and also unable to resize the table from the bottom right square.