Hello,
I just upgraded to the latest version of RadControls for Winforms and am noticing an issue with RadRichTextBox and importing HTML.
Attached are screen shots of an HTML imported using the new version vs. the old version. The new looks more like the actual HTML except that the list items have no spacing and are very hard to read. Since I'm generating the HTML at run time I would be fine with a solution that involves changing the HTML only to work better with the new version of the control.
I attempted to attach the HTML file itself but it was not allowed. Instead I have pasted the portion of the html code that causes the issue below.
Thanks
Doug
I just upgraded to the latest version of RadControls for Winforms and am noticing an issue with RadRichTextBox and importing HTML.
Attached are screen shots of an HTML imported using the new version vs. the old version. The new looks more like the actual HTML except that the list items have no spacing and are very hard to read. Since I'm generating the HTML at run time I would be fine with a solution that involves changing the HTML only to work better with the new version of the control.
I attempted to attach the HTML file itself but it was not allowed. Instead I have pasted the portion of the html code that causes the issue below.
Thanks
Doug
<
ul
style
=
"margin-left:20;padding-left:10;margin-top:5;margin-bottom:5"
>
<
li
>Web Export: Updated to include watermark markups.</
li
>
<
li
>Web Cases: Added "Check idsService Stations" to Tools menu. This brings up a grid view of stations currently running idsService (1.0.0.4 or later), their version and last activity times.</
li
>
<
li
>Web Cases: When the form is loaded, a message box is displayed if there are no stations detected running idsService.</
li
></
ul
>