I have a page with RadEditor on it with properties:
NewLineMode = EditorNewLineModes.Br;EditModes = EditModes.Design;This editor contains data, for example: Before.png
When I inspect the element in the browser, I get:
<textarea name="Master$ContentPlaceHolderBody$UserControlCertificateEditChecks$UserControlCheckPersonalReferenceUKEdit$TextBoxResultWhyCandidate" id="Master_ContentPlaceHolderBody_UserControlCertificateEditChecks_UserControlCheckPersonalReferenceUKEdit_TextBoxResultWhyCandidateTextArea" style="width:100%;height:150px;">Area of familiarity %28Project Manager%29 albeit in a new area.%3cbr/%3eAble to work well with others and understanding new ways of working.%3cbr/%3eEnthusiastic.%3cbr/%3eKeen to succeed.%3cbr/%3e</textarea>On the same page is a RadGrid. When the user selects 'Save Changes', on the RadGrid, the RadEditor is updated now the encoding is exposed to the user. See example: After.png
How can I stop this from happening?

