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

Table Formatting Issue?

3 Answers 54 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 2
Matt asked on 02 Mar 2012, 09:33 PM
We have a RichTextBox in our silverlight app which is using the RTF data provider. 

<telerikRTF:RtfDataProvider x:Name="rtfDataProvider"   RichTextBox="{Binding ElementName=editor}" />

And respectively:
<telerik:RadRichTextBox Grid.Row="1" x:Name="editor" AllowDrop="True" Drop="EditorDrop" ShowComments="True" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
BorderThickness="1" BorderBrush="#FF848484" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto"/>

The issue I am seeing is that when I import the attached word file the "Table Borders..." functionality is not working correctly.  When I right click on the table and select the table properties option the screen loads showing my table as having the "All" option selected for the table borders.  

Even when I select the none option for table borders and then click the ok button still the next time I go back to the table borders window the All option is again selected.

I have attached a capture from our app for reference.

*edit* Looks like the website will not let me attach the RTF file I am importing in our app.  Let me know if there is some other way to provide it to your team.

3 Answers, 1 is accepted

Sort by
0
Mihail
Telerik team
answered on 06 Mar 2012, 03:05 PM
Hello Matt,

The allowed attachments in forums are only images. You can open a support ticket if you want to attach other file types.
However, in this case this is not necessary. We are aware of this issue and it is in our to do list, but unfortunately it has not been scheduled yet. You can track the status of the item in our Public Issue Trucking System at the following location:  http://www.telerik.com/support/pits.aspx#/public/silverlight/10052 

Regards,
Mihail
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Matt
Top achievements
Rank 2
answered on 06 Mar 2012, 03:09 PM
Thank you for the reply.  One more question... will this known bug cause the RTF tables themselves to be improperly formatted or is it just a bug with the popup control?
0
Iva Toteva
Telerik team
answered on 06 Mar 2012, 05:43 PM
Hello Matt,

It is a bug in the TableBordersDialog and will not influence the import and export of the table borders. The table borders will be exported as they appear in the document.

Regards,
Iva Toteva
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
RichTextBox
Asked by
Matt
Top achievements
Rank 2
Answers by
Mihail
Telerik team
Matt
Top achievements
Rank 2
Iva Toteva
Telerik team
Share this question
or