I'm using the RadEditor widget to edit HTML, XML and other text types. When I set the Content property, I verify that the tags look correct - lowercase. When the widget is rendered in Firefox, this is maintained but when it's rendered in IE, the tags are all converted to uppercase, making my XML and XHTML invalid.
I've seen this thread but I'm not getting this to work quite right.
Basically, I need for RadEditor to not molest any of the content, no matter what the type of text is. I want it to display exactly what I set the Content property to be and when I post back, I want the Content property to reflect exactly what is in the RadEditor.
This behavior seems to boil down to the value of the ContentFilters property. When this property is set to Telerik.Web.UI.EditorFilters.None, IE changes the tags to uppercase. When this property is set to Telerik.Web.UI.EditorFilters.ConvertToXhtml, both browsers convert the real values to lowercase. How do I get the control to not interfere with the Content value?
Thanks,
-C
I've seen this thread but I'm not getting this to work quite right.
Basically, I need for RadEditor to not molest any of the content, no matter what the type of text is. I want it to display exactly what I set the Content property to be and when I post back, I want the Content property to reflect exactly what is in the RadEditor.
This behavior seems to boil down to the value of the ContentFilters property. When this property is set to Telerik.Web.UI.EditorFilters.None, IE changes the tags to uppercase. When this property is set to Telerik.Web.UI.EditorFilters.ConvertToXhtml, both browsers convert the real values to lowercase. How do I get the control to not interfere with the Content value?
Thanks,
-C