To reproduce: - Add a table where the width is set to 100% - Import the table and the export it: private void radButton_Click(object sender, RoutedEventArgs e) { var provider = new HtmlFormatProvider(); string text = File.ReadAllText(@"..\..\default.html"); rtb1.Document = provider.Import(text); } private void radButton1_Click(object sender, RoutedEventArgs e) { var provider = new HtmlFormatProvider(); provider.ExportSettings.StylesExportMode = StylesExportMode.Inline; string content = provider.Export(rtb1.Document); File.WriteAllText(@"D:\test1.html", content); } Workaround: Leave the export mode intact.
Hi, Nitin,
Currently, as the status of this item speaks for itself, is not planned. Please make sure that you cast your vote for it in order to increase its priority.
The more votes an item gathers, the higher its priority becomes. Thus, it gets bigger chances for participating in the future planning as we strive to handle usually the most demanded issues.
I hope this information helps. Please click the Follow button in order to get notified once the status of this issue is changed.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Hi,
Any Plan to include this bug in upcoming release?
Regards,
Nitin Jain