I have a database fields that stores RTF strings. How do I bind it to a GridHTMLEditorColumn in RadGrid?
When I tried binding it directly, it shows RTF tags like "{rtf\..."
Thanks!
1 Answer, 1 is accepted
0
Daniel
Telerik team
answered on 28 Apr 2011, 12:01 PM
Hello Ken,
You have to import the RTF manually, via the LoadRtfContent method. Also, if you use the GridHTMLColumn this would work in edit mode only.
Possible way around this behavior would be to use GridTemplateColumn with separate RadEditors in both ItemTemplate and EditItemTemplate.