I have created a AxBoundField and showing data in it. I want to display the Rich Text Format in it. See the following:
<dynamics:AxBoundField DataSet="EPPurchTableInfo" DataSetView="PurchTable" DataField="AXP_TermsAndConditions" />
In table the data is:
<body><p>100% payment will be made</p></body>
When I have seen in the EP, the boundfield shows same as the table's data that is:
<body><p>100% payment will be made</p></body>
I want the formatted text like as follows:
100% payment will be made
*This post is locked for comments
I have the same question (0)