I'm using a parsecontrol function (Controls.Add(ParseControls(string)); where string contains a definition of (amongst others) a RadEditor complete with a content-tag. My problem is that the html text inside the content tag is shown in the editor in design mode as html-code ( i'm only running the design mode). If i use the same content( the same html-text) and use radeditor1.Content = string in the pageload (where radeditor1 is an editor on the aspx file, so not dynamic generated), it is read as html and shown in the correct way (so bold text etc instead of the code <b> ).
How can i make the dynamically generated radeditors read the html-content correctly?
Thanks
