I’ve updated a client’s site from 2.8.3-pl to 3.0.1-pl and have noticed that rich text fields no longer render with their rich text formatting in the grid columns. Not a big issue, but can be confusing for clients to see html code in there when they didn’t before. Is there something I can change in the grid columns set up to restore the rich text formatting?
Here are before and after screenshots as well as my current grid columns code.
[
{
“header”: “Name”,
“width”: “50”,
“sortable”: “true”,
“dataIndex”: “name”
},{
“header”: “Job title”,
“width”: “50”,
“sortable”: “true”,
“dataIndex”: “job-title”
},{
“header”: “Email address”,
“width”: “50”,
“sortable”: “true”,
“dataIndex”: “email-address”
},{
“header”: “Biography”,
“width”: “100”,
“sortable”: “true”,
“dataIndex”: “biography”
}, {
“header”: “Image”,
“width”: “100”,
“sortable”: “false”,
“dataIndex”: “image”,
“renderer”: “this.renderImage”
}]