This is a migrated thread and some comments may be shown as answers.

richtexteditor insert table and flow direction issue

1 Answer 135 Views
RichTextEditor
This is a migrated thread and some comments may be shown as answers.
frank
Top achievements
Rank 1
frank asked on 01 Sep 2016, 08:26 AM

hi

thanks for your great controls

i have a rich text editor that work approximatary well

when i inset table to rich text editor i stock to left. when i pull it somewhere else i stock to the left again.

as in ms word we can put table everywhere by pull it.

another issue with table is when i put it in rich text editor when rich text layout mode is not paged, i cant resize it(the options for resizing no appear). but when i set layout mode to paged i can resize it.

i have issue about flow direction. could you please tell me how i can left to right and right to left like in ms word?

thanks in advanced.

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 05 Sep 2016, 10:50 AM
Hi Frank,

Thank you for writing.

Yes, currently the table rows should start from the row begging. I have added a feature request for this in our Feedback Portal and I have added a vote for it on your behalf. You can track its progress, subscribe for status changes and add your comment to it here. I have also updated your Telerik Points.

The table indeed cannot be resized when the layout mode is set to Flow. I have logged this issue in our Feedback Portal as well. Here is the items link (again I voted on your behalf): FIX. RadRichTextEditor - the table cannot be resized when the layout mode is set to Flow.

You can change the flow direction with the following method:
radRichTextEditor1.ChangeParagraphFlowDirection(Telerik.WinControls.RichTextEditor.UI.FlowDirection.RightToLeft);

I hope this will be useful.

Regards,
Dimitar
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
Tags
RichTextEditor
Asked by
frank
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or