I have a RadGrid and RadHTMLChart both using the same datasource.
One of the string values used for the NameField of the PieSeries of the chart and GridBoundColumn of the grid begins and ends with HTML escape characters "<" and ">".
The value shows up in the grid but not in the chart.
Business rules do not allow me to change the string so I need the "<" and ">" to display in the chart just as they do in the grid.
I have tried using both code < and entity name <
The string used is "<not reported>"
When viewing the source html it looks like the chart is converting the escape character to "<" and ">" and the page reads it as a tag rather than text.
<not reported=""></not>
I have attached a file to demonstrate the undesired end result.
How can I allow the escape characters to be rendered on the page correctly in the chart?
One of the string values used for the NameField of the PieSeries of the chart and GridBoundColumn of the grid begins and ends with HTML escape characters "<" and ">".
The value shows up in the grid but not in the chart.
Business rules do not allow me to change the string so I need the "<" and ">" to display in the chart just as they do in the grid.
I have tried using both code < and entity name <
The string used is "<not reported>"
When viewing the source html it looks like the chart is converting the escape character to "<" and ">" and the page reads it as a tag rather than text.
<not reported=""></not>
I have attached a file to demonstrate the undesired end result.
How can I allow the escape characters to be rendered on the page correctly in the chart?