Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1385
HTML styling not displaying
posted

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?

report.zip