I am binding HTML content to a XamRichTextEditor as follows:
<ig:HtmlDocumentAdapter x:Name="htmlDocAdapter" Document="{Binding ElementName=rtfReport, Path=Document}" Value="{Binding UtilityReport}" RefreshTrigger="ContentChanged" />
<ig:XamRichTextEditor x:Name="rtfReport" Grid.Row="1" Margin="10" IsReadOnly="True" BorderThickness="0" CaretColor="White" />
When I send the attached html content, the table formatting via CSS is not being respected; the backgrounds are all white and the column widths are not correct.
Am I doing something wrong or are there limitations on what styling will convert?
Hello Walter,
I have received a response from our engineering team and they believe that the class selectors of the HTML Adapter are not getting applied correctly, which is causing certain CSS Styles that should be respected to not be respected. I have logged this behavior in our internal tracking system with a Development ID of 177623. The next step will be for a developer to review my investigation and confirm my findings or to offer a fix, or other resolution.
I have made this case viewable to you. It has a case ID of CAS-141753-C9Q0X9. I will update you with any new information after the review. You can also continue to send updates to this case at any time.
Please let me know if you need more information.
Sincerely,AndrewDeveloper Support IInfragistics Inc.www.infragistics.com/support
I have reproduced the issue you are having with the CSS Styling using the file that you sent. I am currently awaiting a response from our engineering team for a definitive answer as to whether this is supported or not. I will update this forum thread again when I receive an update from them.