I'm having an issue when using the RadMarkupDialog control where the & symbol is not being saved correctly. All other symbols seem to be encoded which is causing a problem.
Using the control, if I put the following in the markup section:
<span style="font-size: 16pt">Test of the & symbol. <br />Test of the < symbol.</span>
When I click the Apply button and close the dialog, grabbing the Value (Dialog.value) gives me the following:
<html><span style="font-size: 16pt">Test of the & symbol. <br />Test of the < symbol.</span></html>