Completed
Last Updated: 07 May 2014 11:32 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 31 Mar 2014 10:24
Category:
Type: Bug Report
0
FIX. RadLabel - HTML-like text rendering does not render the underlined text correctly
Use the following code:
this.radLabel1.Font = new Font("Segoe UI", 11);
this.radLabel1.Text = "<html> Sample <strong> strong </strong> text to render. <br/> Please <u><strong>underline this here</strong></u> and make it strong.";

The underlined text is not aligned correctly. If you change the font size to 14, then the empty spaces between the words in the underlined text are replaced with "_" and they are visible.

Workaround: set the TextWrap property to false
0 comments