I get an error on export if the data contains "<" or ">" b/c it thinks its part of the XML when it is exporting to PDF. When I replace these characters it messes up the RadGrid. Is there a solution to this? Thanks.
3 Answers, 1 is accepted
0
Accepted
Daniel
Telerik team
answered on 07 Jun 2009, 07:34 PM
Hello Robert,
As you properly noticed, you can't use such unescaped symbols because this will result in broken output (XHTML compliance should be observed). A possible approach in this case would be to use the Server.HtmlEncode method.