Hi All,
The HTML rendered out by the radgrid HTMLEditorColumn is NOT the same as that render in the Editor proper. It seems there are a few discrepencies which point to an old renderer being used.
In the HTMLEditorColumn
Line breaks rendered as <BR>
Changes in fonts are rendered as <font ...> font blocks
In the Editor proper
Line breaks rendered as <br />
Changes in fonts are rendered as <span style='font...> span blocks.
Is there a reason for this? I am having a lot of trouble getting consistency in my rendering layouts because of this. Not to mention having to implement work-arounds to get XHTML compliance for exporting to PDF.
Before I get involved in changing my framework to use and Editor in a templated column, I would like to know if this is a bug or something that is expected.
Thanks,
Steele.
The HTML rendered out by the radgrid HTMLEditorColumn is NOT the same as that render in the Editor proper. It seems there are a few discrepencies which point to an old renderer being used.
In the HTMLEditorColumn
Line breaks rendered as <BR>
Changes in fonts are rendered as <font ...> font blocks
In the Editor proper
Line breaks rendered as <br />
Changes in fonts are rendered as <span style='font...> span blocks.
Is there a reason for this? I am having a lot of trouble getting consistency in my rendering layouts because of this. Not to mention having to implement work-arounds to get XHTML compliance for exporting to PDF.
Before I get involved in changing my framework to use and Editor in a templated column, I would like to know if this is a bug or something that is expected.
Thanks,
Steele.