Completed
Last Updated: 07 Oct 2015 12:15 by ADMIN
Kevin
Created on: 08 May 2014 18:32
Type: Feature Request
1
HtmlTextBox: Support pre Tag
Add support for the <pre> tag.  This would allow content to be added to the HtmlTextBox without having to worry about encoding it properly.  We use the HtmlTextBox frequently in situations where we want to apply mixed formatting.  

This would help in several scenarios.  One scenario that came up recently was when I wanted to render literal space.  I got around this by replacing every other space with a non-breaking space but the pre tag could have made this much easier.  Other situations involve getting text from the database that could include a < or > symbol which we have also got around making sure we run the text through an HtmlEncode routine.
1 comment
ADMIN
Peter
Posted on: 07 Oct 2015 12:13
Our recommendation is to use the embedded Utility function. For more information see: http://www.telerik.com/help/reporting/expressions-utility-functions.html