Completed
Last Updated: 12 Dec 2014 15:12 by ADMIN
ADMIN
Dimitar
Created on: 21 Nov 2014 13:49
Category: GridView
Type: Bug Report
1
FIX. RadGridView - HtmlExporter one cannot add html code to the cell value when it is exported.
To reproduce:
-Try to format the cell value by using html in the HTMLCellFormatting event.

Resolution: You should set the ExcapeHTMLChars property of the CellElement to false in order to format the content of the cell with HTML tags. This can be done in the HTMLCellFormatting event handler of the exporter.
0 comments