This question is locked. New answers and comments are not allowed.
We have a RichTextBox in our silverlight app which is using the RTF data provider.
And respectively:
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.
<
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.