Hi team,
I am binding a datasource with my infragistics webdatagrid. The datasource has data for certain columns in rich text format (RTF). In the webdatagrid the data doesnt show as RTF. For example say a cell value is <b> Bold Word </b> , then the html formatting is not done and the cell value shows as <b> Bold Word </b> itself. Let me know how do i show the data in RTF in the webdatagrid.
Thanks
Hi yadusaxena,
For those columns that you don't want the <b> to show as text, please set HtmlEncode="false".
regards,David Young