I have a Grid Application and a long text, should use the Dont truncate to NO, and set the “Number of characters” to a number bigger than 0, like 20. But perhaps I want to add some HTML tag to the text, for example, the text perhaps will be:
“<font color=red><B>Notice</B></font>This is a long notice of the large text”
Something like above.
And the result is, the Number of characters counts also the HTML tag such as <font color=red><B>, and then the title will be not correct.
Could you just don't count the HTML TAG as the Number of characters when truncate?