According to the documentation and the results I am getting on my report, the multiline property is not implemented yet. Is that correct?
If so, is there a work around so that the text fields will respect line feeds in the data.
Thanks, Jim
1 Answer, 1 is accepted
0
Rossen Hristov
Telerik team
answered on 24 Apr 2007, 03:34 PM
Hi Jim Richmond,
We have implemented the Multiline property in version 1.0. Now if you set it to true, all newline characters (LF, CR, or LF+CR) will be replaced with the font's "Replacement Character" (U+FFFD). If Multiline is false, newline characters will be respected. (excluding HTML).