Hello,
I would like to show value entered in Rich Text Field in list on one application page.
I am displaying it like below as I would like to use the default functionality provided by SharePoint and this is an application page replacing the default page for list form.
<SharePoint:RichTextField ID="RTTaskDescription" runat="server" FieldName="Task Description" ControlMode="Display"/>
But when it renders the output as below with DIV and STRONG as description word is bold in list item.
<DIV>THis is task <STRONG>description</STRONG>.</DIV> |
Any way to handle this to show as it is in list item with proper HTML from server side?